/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/ |
test_msgutil.py | 44 from mod_pywebsocket import common namespace 84 req.ws_version = common.VERSION_HYBI_LATEST 126 req.ws_version = common.VERSION_HYBI_LATEST 215 extension = common.ExtensionParameter(common.DEFLATE_FRAME_EXTENSION) 241 extension = common.ExtensionParameter(common.DEFLATE_FRAME_EXTENSION) 274 extension = common.ExtensionParameter(common.DEFLATE_FRAME_EXTENSION) 295 extension = common.ExtensionParameter(common.DEFLATE_FRAME_EXTENSION [all...] |
/build/tools/releasetools/ |
check_target_files_signatures | 60 import common namespace 64 # (which is common with zipaligned APKs). This overrides the 72 OPTIONS = common.OPTIONS 96 p = common.Run(["openssl", "x509", "-inform", "DER", "-text"], 119 name = "unknown cert %s (%s)" % (common.sha1(cert).hexdigest()[:12], 138 cert = common.ParseCertificate(f.read()) 152 p = common.Run(["openssl", "pkcs7", 163 cert = common.ParseCertificate(out) 202 p = common.Run(["aapt", "dump", "xmltree", full_filename, 237 d, z = common.UnzipTemp(filename, '*.apk' [all...] |
/external/guava/guava-tests/test/com/google/common/collect/ |
Collections2Test.java | 17 package com.google.common.collect; 19 import static com.google.common.collect.Lists.newArrayList; 20 import static com.google.common.collect.Lists.newLinkedList; 21 import static com.google.common.collect.testing.testers.CollectionIteratorTester.getIteratorKnownOrderRemoveSupportedMethod; 25 import com.google.common.annotations.GwtCompatible; 26 import com.google.common.annotations.GwtIncompatible; 27 import com.google.common.base.Function; 28 import com.google.common.base.Predicate; 29 import com.google.common.collect.testing.CollectionTestSuiteBuilder; 30 import com.google.common.collect.testing.TestStringCollectionGenerator [all...] |
FauxveridesTest.java | 17 package com.google.common.collect; 19 import static com.google.common.collect.Lists.transform; 20 import static com.google.common.collect.Sets.newHashSet; 21 import static com.google.common.collect.Sets.newTreeSet; 25 import com.google.common.base.Function; 26 import com.google.common.base.Joiner; 27 import com.google.common.base.Objects;
|
ForwardingSortedMapTest.java | 17 package com.google.common.collect; 19 import com.google.common.collect.testing.MapTestSuiteBuilder; 20 import com.google.common.collect.testing.SafeTreeMap; 21 import com.google.common.collect.testing.TestStringMapGenerator; 22 import com.google.common.collect.testing.features.CollectionFeature; 23 import com.google.common.collect.testing.features.CollectionSize; 24 import com.google.common.collect.testing.features.MapFeature;
|
ImmutableClassToInstanceMapTest.java | 17 package com.google.common.collect; 19 import com.google.common.collect.testing.MapTestSuiteBuilder; 20 import com.google.common.collect.testing.SampleElements; 21 import com.google.common.collect.testing.TestMapGenerator; 22 import com.google.common.collect.testing.features.CollectionFeature; 23 import com.google.common.collect.testing.features.CollectionSize; 24 import com.google.common.collect.testing.features.MapFeature;
|
PeekingIteratorTest.java | 17 package com.google.common.collect; 19 import static com.google.common.collect.Iterators.peekingIterator; 20 import static com.google.common.collect.testing.IteratorFeature.MODIFIABLE; 21 import static com.google.common.collect.testing.IteratorFeature.UNMODIFIABLE; 24 import com.google.common.annotations.GwtCompatible; 25 import com.google.common.annotations.GwtIncompatible; 26 import com.google.common.collect.testing.IteratorTester;
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_quantize.c | 17 #include "vp9/common/vp9_quant_common.h" 19 #include "vp9/common/vp9_seg_common.h" 194 VP9_COMMON *const cm = &cpi->common; 258 VP9_COMMON *const cm = &cpi->common; 262 const int qindex = vp9_get_qindex(&cpi->common.seg, segment_id, 263 cpi->common.base_qindex); 268 zbin_extra = (cpi->common.y_dequant[qindex][1] * 276 x->e_mbd.plane[0].dequant = cpi->common.y_dequant[qindex]; 279 zbin_extra = (cpi->common.uv_dequant[qindex][1] * 288 x->e_mbd.plane[i].dequant = cpi->common.uv_dequant[qindex] [all...] |
/external/chromium_org/tools/valgrind/ |
valgrind_test.py | 21 import common namespace 38 if common.IsWindows(): 49 self.log_parent_dir = common.NormalizeWindowsPath(self.log_parent_dir) 178 common.PutEnvAndLog(var, self._env[var]) 179 return common.RunSubprocess(proc, self._timeout) 233 if self.ToolName() == "tsan" and common.IsMac(): 284 if common.IsMac(): 339 # but common.RunSubprocess' timeout is only checked 342 common.RunSubprocess(dsymutil_command) 566 if common.IsMac() [all...] |
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/ |
AccountTypeManager.java | 17 package com.android.contacts.common.model; 45 import com.android.contacts.common.MoreContactUtils; 46 import com.android.contacts.common.list.ContactListFilterController; 47 import com.android.contacts.common.model.account.AccountType; 48 import com.android.contacts.common.model.account.AccountTypeWithDataSet; 49 import com.android.contacts.common.model.account.AccountWithDataSet; 50 import com.android.contacts.common.model.account.ExchangeAccountType; 51 import com.android.contacts.common.model.account.ExternalAccountType; 52 import com.android.contacts.common.model.account.FallbackAccountType; 53 import com.android.contacts.common.model.account.GoogleAccountType [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
RelativeLayoutRule.java | 17 package com.android.ide.common.layout; 43 import com.android.ide.common.api.DropFeedback; 44 import com.android.ide.common.api.IDragElement; 45 import com.android.ide.common.api.IGraphics; 46 import com.android.ide.common.api.IMenuCallback; 47 import com.android.ide.common.api.INode; 48 import com.android.ide.common.api.INodeHandler; 49 import com.android.ide.common.api.IViewRule; 50 import com.android.ide.common.api.InsertType; 51 import com.android.ide.common.api.Point [all...] |
/external/chromium_org/components/ |
autofill_core_common.target.darwin-arm.mk | 32 components/autofill/core/common/autofill_constants.cc \ 33 components/autofill/core/common/autofill_pref_names.cc \ 34 components/autofill/core/common/autofill_switches.cc \ 35 components/autofill/core/common/form_data.cc \ 36 components/autofill/core/common/form_data_predictions.cc \ 37 components/autofill/core/common/form_field_data.cc \ 38 components/autofill/core/common/form_field_data_predictions.cc \ 39 components/autofill/core/common/password_autofill_util.cc \ 40 components/autofill/core/common/password_form.cc \ 41 components/autofill/core/common/password_form_fill_data.cc [all...] |
autofill_core_common.target.darwin-mips.mk | 32 components/autofill/core/common/autofill_constants.cc \ 33 components/autofill/core/common/autofill_pref_names.cc \ 34 components/autofill/core/common/autofill_switches.cc \ 35 components/autofill/core/common/form_data.cc \ 36 components/autofill/core/common/form_data_predictions.cc \ 37 components/autofill/core/common/form_field_data.cc \ 38 components/autofill/core/common/form_field_data_predictions.cc \ 39 components/autofill/core/common/password_autofill_util.cc \ 40 components/autofill/core/common/password_form.cc \ 41 components/autofill/core/common/password_form_fill_data.cc [all...] |
autofill_core_common.target.darwin-x86.mk | 32 components/autofill/core/common/autofill_constants.cc \ 33 components/autofill/core/common/autofill_pref_names.cc \ 34 components/autofill/core/common/autofill_switches.cc \ 35 components/autofill/core/common/form_data.cc \ 36 components/autofill/core/common/form_data_predictions.cc \ 37 components/autofill/core/common/form_field_data.cc \ 38 components/autofill/core/common/form_field_data_predictions.cc \ 39 components/autofill/core/common/password_autofill_util.cc \ 40 components/autofill/core/common/password_form.cc \ 41 components/autofill/core/common/password_form_fill_data.cc [all...] |
autofill_core_common.target.linux-arm.mk | 32 components/autofill/core/common/autofill_constants.cc \ 33 components/autofill/core/common/autofill_pref_names.cc \ 34 components/autofill/core/common/autofill_switches.cc \ 35 components/autofill/core/common/form_data.cc \ 36 components/autofill/core/common/form_data_predictions.cc \ 37 components/autofill/core/common/form_field_data.cc \ 38 components/autofill/core/common/form_field_data_predictions.cc \ 39 components/autofill/core/common/password_autofill_util.cc \ 40 components/autofill/core/common/password_form.cc \ 41 components/autofill/core/common/password_form_fill_data.cc [all...] |
autofill_core_common.target.linux-mips.mk | 32 components/autofill/core/common/autofill_constants.cc \ 33 components/autofill/core/common/autofill_pref_names.cc \ 34 components/autofill/core/common/autofill_switches.cc \ 35 components/autofill/core/common/form_data.cc \ 36 components/autofill/core/common/form_data_predictions.cc \ 37 components/autofill/core/common/form_field_data.cc \ 38 components/autofill/core/common/form_field_data_predictions.cc \ 39 components/autofill/core/common/password_autofill_util.cc \ 40 components/autofill/core/common/password_form.cc \ 41 components/autofill/core/common/password_form_fill_data.cc [all...] |
autofill_core_common.target.linux-x86.mk | 32 components/autofill/core/common/autofill_constants.cc \ 33 components/autofill/core/common/autofill_pref_names.cc \ 34 components/autofill/core/common/autofill_switches.cc \ 35 components/autofill/core/common/form_data.cc \ 36 components/autofill/core/common/form_data_predictions.cc \ 37 components/autofill/core/common/form_field_data.cc \ 38 components/autofill/core/common/form_field_data_predictions.cc \ 39 components/autofill/core/common/password_autofill_util.cc \ 40 components/autofill/core/common/password_form.cc \ 41 components/autofill/core/common/password_form_fill_data.cc [all...] |
/external/guava/guava/src/com/google/common/collect/ |
RegularImmutableSortedMultiset.java | 15 package com.google.common.collect; 17 import static com.google.common.base.Preconditions.checkNotNull; 18 import static com.google.common.collect.SortedLists.KeyAbsentBehavior.INVERTED_INSERTION_INDEX; 19 import static com.google.common.collect.SortedLists.KeyAbsentBehavior.NEXT_HIGHER; 20 import static com.google.common.collect.SortedLists.KeyAbsentBehavior.NEXT_LOWER; 21 import static com.google.common.collect.SortedLists.KeyPresentBehavior.ANY_PRESENT; 23 import com.google.common.primitives.Ints;
|
/external/guava/guava-tests/test/com/google/common/base/ |
CaseFormatTest.java | 17 package com.google.common.base; 19 import static com.google.common.base.CaseFormat.LOWER_CAMEL; 20 import static com.google.common.base.CaseFormat.LOWER_HYPHEN; 21 import static com.google.common.base.CaseFormat.LOWER_UNDERSCORE; 22 import static com.google.common.base.CaseFormat.UPPER_CAMEL; 23 import static com.google.common.base.CaseFormat.UPPER_UNDERSCORE; 25 import com.google.common.annotations.GwtCompatible;
|
/external/guava/guava-tests/test/com/google/common/primitives/ |
UnsignedIntegerTest.java | 15 package com.google.common.primitives; 19 import com.google.common.annotations.GwtCompatible; 20 import com.google.common.annotations.GwtIncompatible; 21 import com.google.common.collect.ImmutableSet; 22 import com.google.common.testing.EqualsTester; 23 import com.google.common.testing.NullPointerTester; 24 import com.google.common.testing.SerializableTester;
|
UnsignedLongTest.java | 15 package com.google.common.primitives; 21 import com.google.common.annotations.GwtCompatible; 22 import com.google.common.annotations.GwtIncompatible; 23 import com.google.common.collect.ImmutableSet; 24 import com.google.common.testing.EqualsTester; 25 import com.google.common.testing.NullPointerTester; 26 import com.google.common.testing.SerializableTester;
|
/external/guava/guava-tests/test/com/google/common/testing/ |
EquivalenceTesterTest.java | 17 package com.google.common.testing; 19 import static com.google.common.base.Preconditions.checkState; 21 import com.google.common.annotations.GwtCompatible; 22 import com.google.common.base.Equivalence; 23 import com.google.common.base.Objects; 24 import com.google.common.collect.ImmutableMap; 25 import com.google.common.collect.ImmutableTable;
|
/packages/apps/Contacts/src/com/android/contacts/editor/ |
ContactEditorUtils.java | 29 import com.android.contacts.common.test.NeededForTesting; 30 import com.android.contacts.common.model.AccountTypeManager; 31 import com.android.contacts.common.model.account.AccountType; 32 import com.android.contacts.common.model.account.AccountWithDataSet; 33 import com.google.common.annotations.VisibleForTesting; 34 import com.google.common.collect.ImmutableList; 35 import com.google.common.collect.Sets;
|
/device/generic/goldfish/camera/ |
EmulatedCameraFactory.cpp | 83 &HAL_MODULE_INFO_SYM.common); 88 &HAL_MODULE_INFO_SYM.common); 93 &HAL_MODULE_INFO_SYM.common); 139 &HAL_MODULE_INFO_SYM.common); 144 &HAL_MODULE_INFO_SYM.common); 149 &HAL_MODULE_INFO_SYM.common); 275 if (module != &HAL_MODULE_INFO_SYM.common) { 277 __FUNCTION__, module, &HAL_MODULE_INFO_SYM.common); 400 new EmulatedQemuCamera(index, &HAL_MODULE_INFO_SYM.common);
|
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/ |
dispatch.py | 39 from mod_pywebsocket import common namespace 58 def __init__(self, name, status=common.HTTP_STATUS_NOT_FOUND): 66 return common.STATUS_NORMAL_CLOSURE, '' 265 raise handshake.HandshakeException(e, common.HTTP_STATUS_FORBIDDEN) 301 request.ws_stream.close_connection(common.STATUS_ABNORMAL_CLOSURE) 306 request.ws_stream.close_connection(common.STATUS_PROTOCOL_ERROR) 309 request.ws_stream.close_connection(common.STATUS_UNSUPPORTED_DATA) 313 common.STATUS_INVALID_FRAME_PAYLOAD_DATA) 347 common.HTTP_STATUS_BAD_REQUEST)
|