HomeSort by relevance Sort by last modified time
    Searched refs:common (Results 601 - 625 of 7107) sorted by null

<<21222324252627282930>>

  /developers/samples/android/wearable/wear/SpeedTracker/Shared/src/main/java/com/example/android/wearable/speedtracker/common/
Constants.java 17 package com.example.android.wearable.speedtracker.common;
  /development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/ui/
DialogHelper.java 17 package com.example.android.voicemail.common.ui;
20 * Show common Dialogs.
22 * Contains methods to show common types of Dialog. This is done both for ease of code re-use and to
  /external/chromium_org/mojo/common/
data_pipe_utils.h 9 #include "mojo/common/mojo_common_export.h"
18 namespace common { namespace in namespace:mojo
29 } // namespace common
message_pump_mojo_handler.h 8 #include "mojo/common/mojo_common_export.h"
12 namespace common { namespace in namespace:mojo
26 } // namespace common
time_helper.h 9 #include "mojo/common/mojo_common_export.h"
16 namespace common { namespace in namespace:mojo
31 } // namespace common
  /external/chromium_org/mojo/environment/
default_async_waiter_impl.cc 8 #include "mojo/common/handle_watcher.h"
14 void OnHandleReady(common::HandleWatcher* watcher,
28 common::HandleWatcher* watcher = new common::HandleWatcher();
35 delete reinterpret_cast<common::HandleWatcher*>(wait_id);
  /external/chromium_org/native_client_sdk/src/examples/api/audio/
example.js 5 // Called by the common.js module.
13 // Called by the common.js module.
17 common.hideModule();
25 common.naclModule.postMessage('setFrequency:' + getFrequencyElement().value);
26 common.naclModule.postMessage('playSound');
30 common.naclModule.postMessage('stopSound');
34 common.naclModule.postMessage('setFrequency:' + getFrequencyElement().value);
37 // Called by the common.js module.
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
check-webkit-style 42 import webkitpy.common.version_check namespace
print-layout-test-times 33 from webkitpy.common import host
print-layout-test-types 33 from webkitpy.common import host
run-blink-websocketserver 30 import webkitpy.common.version_check namespace
  /external/chromium_org/third_party/libvpx/source/libvpx/test/
set_roi.cc 53 cpi.common.mb_rows = 240 >> 4;
54 cpi.common.mb_cols = 320 >> 4;
55 const int mbs = (cpi.common.mb_rows * cpi.common.mb_cols);
69 int roi_retval = vp8_set_roimap(&cpi, roi_map, cpi.common.mb_rows,
70 cpi.common.mb_cols, delta_q, delta_lf,
137 roi_retval = vp8_set_roimap(&cpi, roi_map, cpi.common.mb_rows,
138 cpi.common.mb_cols, rand_deltas,
147 roi_retval = vp8_set_roimap(&cpi, roi_map, cpi.common.mb_rows,
148 cpi.common.mb_cols, delta_q
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
cpp_options.h 38 #include <google/protobuf/stubs/common.h>
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
plugin.h 58 #include <google/protobuf/stubs/common.h>
  /external/chromium_org/tools/gyp/test/custom-generator/
mygenerator.py 7 import gyp.common namespace
  /external/dnsmasq/contrib/dnsmasq_MacOSX/
DNSmasq 2 . /etc/rc.common
  /external/guava/guava/src/com/google/common/collect/
BstPath.java 15 package com.google.common.collect;
17 import static com.google.common.base.Preconditions.checkNotNull;
18 import static com.google.common.base.Preconditions.checkState;
20 import com.google.common.annotations.GwtCompatible;
RegularImmutableSet.java 17 package com.google.common.collect;
19 import com.google.common.annotations.GwtCompatible;
20 import com.google.common.annotations.VisibleForTesting;
21 import com.google.common.collect.ImmutableSet.ArrayImmutableSet;
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
EmptyImmutableSortedSet.java 17 package com.google.common.collect;
ImmutableAsList.java 17 package com.google.common.collect;
ImmutableEnumSet.java 17 package com.google.common.collect;
RegularImmutableList.java 17 package com.google.common.collect;
RegularImmutableSortedSet.java 17 package com.google.common.collect;
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
TestListGenerator.java 17 package com.google.common.collect.testing;
TestQueueGenerator.java 17 package com.google.common.collect.testing;

Completed in 358 milliseconds

<<21222324252627282930>>