/external/chromium_org/mojo/common/ |
message_pump_mojo_handler.h | 8 #include "mojo/common/mojo_common_export.h" 12 namespace common { namespace in namespace:mojo 26 } // namespace common
|
/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
|
/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;
|
TestSetGenerator.java | 17 package com.google.common.collect.testing;
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/features/ |
Feature.java | 17 package com.google.common.collect.testing.features;
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/ |
QueueOfferTester.java | 17 package com.google.common.collect.testing.testers; 19 import static com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES; 20 import static com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ADD; 22 import com.google.common.collect.testing.features.CollectionFeature; 27 * {@link com.google.common.collect.testing.CollectionTestSuiteBuilder}.
|
/external/guava/guava-tests/test/com/google/common/collect/ |
BstCountBasedBalancePoliciesTest.java | 15 package com.google.common.collect; 17 import static com.google.common.collect.BstTesting.countAggregate; 19 import com.google.common.annotations.GwtCompatible; 20 import com.google.common.collect.BstTesting.SimpleNode;
|
MapsSortedTransformValuesTest.java | 17 package com.google.common.collect; 22 import com.google.common.annotations.GwtCompatible; 23 import com.google.common.base.Function; 24 import com.google.common.base.Functions;
|
/external/libpcap/ChmodBPF/ |
ChmodBPF | 3 . /etc/rc.common
|
/external/libvpx/libvpx/test/ |
set_roi.cc | 55 cpi.common.mb_rows = 240 >> 4; 56 cpi.common.mb_cols = 320 >> 4; 57 const int mbs = (cpi.common.mb_rows * cpi.common.mb_cols); 71 int roi_retval = vp8_set_roimap(&cpi, roi_map, cpi.common.mb_rows, 72 cpi.common.mb_cols, delta_q, delta_lf, 139 roi_retval = vp8_set_roimap(&cpi, roi_map, cpi.common.mb_rows, 140 cpi.common.mb_cols, rand_deltas, 149 roi_retval = vp8_set_roimap(&cpi, roi_map, cpi.common.mb_rows, 150 cpi.common.mb_cols, delta_q [all...] |