| /external/chromium_org/chrome/renderer/extensions/ |
| safe_builtins.h | 30 // Object.keys.call(...) becomes Object.keys(...)
|
| /external/chromium_org/chrome/test/chromedriver/ |
| key_converter.h | 24 // Converts keys into appropriate |KeyEvent|s. This will do a best effort 29 Status ConvertKeysToKeyEvents(const string16& keys,
|
| /external/chromium_org/chrome/test/webdriver/ |
| webdriver_key_converter.h | 26 // Converts keys into appropriate |WebKeyEvent|s. This will do a best effort 32 bool ConvertKeysToWebKeyEvents(const string16& keys,
|
| /external/chromium_org/cloud_print/common/win/ |
| install_utils.h | 16 // Sets Google Update registry keys after install or update. 23 // Deletes Google Update reg keys on product uninstall.
|
| /external/chromium_org/google_apis/ |
| determine_use_official_keys.gypi | 22 # internal keys file is missing, the build will fail at compile 23 # time. If it is set to 0 and keys are not provided by other
|
| /external/chromium_org/net/base/ |
| network_config_watcher_mac.h | 38 // Called to register the notification keys on |store|. 43 // Called when one of the notification keys has changed.
|
| /external/chromium_org/remoting/client/ |
| key_event_mapper.cc | 42 // Deliver trapped keys to the callback, not the next stub. 49 // Re-map mapped keys to the new value before passing them on.
|
| key_event_mapper.h | 30 // Sets the callback to which trapped keys will be delivered. 38 // Keys are remapped at most once. Traps are processed before remapping.
|
| /external/chromium_org/sync/internal_api/public/engine/ |
| model_safe_worker_unittest.cc | 24 expected_value.SetString("Encryption keys", "GROUP_UI"); 37 "{\"Bookmarks\":\"GROUP_PASSIVE\",\"Encryption keys\":\"GROUP_UI\","
|
| /external/chromium_org/third_party/skia/src/gpu/gl/ |
| GrGLEffect.cpp | 31 GrAssert(0 == (value & key)); // keys for each access ought not to overlap 45 GrAssert(0 == (value & key)); // keys for each attribute ought not to overlap
|
| /external/chromium_org/third_party/tlslite/tlslite/utils/ |
| compat.py | 25 if e in self.values.keys(): 30 for e in self.values.keys(): 32 for e in s.values.keys(): 37 for e in self.values.keys(): 38 if e not in other.values.keys(): 43 return len(self.values.keys()) 46 return e in self.values.keys() 49 return iter(set.values.keys())
|
| /external/chromium_org/tools/json_schema_compiler/test/ |
| functions_on_types.json | 16 "name": "keys", 26 "description": "A single key to get, list of keys to get, or a dictionary specifying default values (see description of the object). An empty list or object will return an empty result object. Pass in <code>null</code> to get the entire contents of storage.",
|
| /external/chromium_org/v8/test/mjsunit/regress/ |
| regress-crbug-148376.js | 35 var keys = Object.keys(this);
|
| /external/clang/test/SemaObjCXX/ |
| objc-pointer-conv.mm | 11 - (void)a:(id *)objects b:(id *)keys; 21 - (void)a:(id *)objects b:(id *)keys {
|
| /external/giflib/ |
| gif_hash.h | 14 #define HT_KEY_MASK 0x1FFF /* 13bits keys */ 15 #define HT_KEY_NUM_BITS 13 /* 13bits keys */
|
| /external/guava/guava/src/com/google/common/collect/ |
| ImmutableSortedMapFauxverideShim.java | 59 * non-{@code Comparable} keys.</b> Proper calls will resolve to the version 63 * @deprecated <b>Pass keys of type {@code Comparable} to use {@link 73 * non-{@code Comparable} keys.</b> Proper calls to will resolve to the 77 * @deprecated <b>Pass keys of type {@code Comparable} to use {@link 88 * non-{@code Comparable} keys.</b> Proper calls will resolve to the version 92 * @deprecated <b>Pass keys of type {@code Comparable} to use {@link 103 * non-{@code Comparable} keys.</b> Proper calls will resolve to the version 107 * @deprecated <b>Pass keys of type {@code Comparable} to use {@link
|
| /external/jmonkeyengine/engine/src/core/com/jme3/shader/ |
| DefineList.java | 49 String[] keys = new String[defines.size()]; local 54 keys[i] = define.getKey(); 59 oc.write(keys, "keys", null); 69 String[] keys = ic.readStringArray("keys", null); local 71 for (int i = 0; i < keys.length; i++){ 72 defines.put(keys[i], vals[i]);
|
| /external/marisa-trie/tools/ |
| marisa-predict.cc | 23 " -d, --depth-first predict keys in depth first order(default)\n" 24 " -b, --breadth-first predict keys in breadth first order\n" 63 std::vector<std::string> keys; local 70 keys.clear(); 74 str, &key_ids, &keys, max_num_results); 77 str, &key_ids, &keys, max_num_results); 81 << ": failed to predict keys from: " << str << std::endl; 85 std::cout << key_ids[i] << '\t' << keys[i] << '\t' << str << '\n';
|
| /external/marisa-trie/v0_1_5/tools/ |
| marisa_alpha-predict.cc | 23 " -d, --depth-first predict keys in depth first order(default)\n" 24 " -b, --breadth-first predict keys in breadth first order\n" 63 std::vector<std::string> keys; local 70 keys.clear(); 74 str, &key_ids, &keys, max_num_results); 77 str, &key_ids, &keys, max_num_results); 81 << ": failed to predict keys from: " << str << std::endl; 85 std::cout << key_ids[i] << '\t' << keys[i] << '\t' << str << '\n';
|
| /external/skia/src/gpu/gl/ |
| GrGLEffect.cpp | 31 GrAssert(0 == (value & key)); // keys for each access ought not to overlap 45 GrAssert(0 == (value & key)); // keys for each attribute ought not to overlap
|
| /external/srec/srec/Semproc/include/ |
| SR_SemanticResult.h | 37 * @param count The number keys 42 * to the keys used internally by the recognition result. These keys should not be modified! 45 * @param list [out] List of keys associated with n-best list entry. 80 * @param count The number keys 85 * to the keys used internally by the recognition result. These keys should not be modified! 88 * @param list [out] List of keys associated with n-best list entry.
|
| /frameworks/base/core/res/res/drawable/ |
| btn_keyboard_key.xml | 19 <!-- Toggle keys. Use checkable/checked state. --> 31 <!-- Normal keys -->
|
| btn_keyboard_key_fulltrans.xml | 19 <!-- Toggle keys. Use checkable/checked state. --> 31 <!-- Normal keys -->
|
| /frameworks/base/core/res/res/xml/ |
| global_keys.xml | 21 Modify this file to add global keys. 30 <!-- <key keyCode="KEYCODE_VOLUME_UP" component="com.android.example.keys/.VolumeKeyHandler" /> -->
|
| /frameworks/base/media/jni/ |
| android_media_Utils.h | 33 JNIEnv *env, jobjectArray keys, jobjectArray values, 41 JNIEnv *env, jobjectArray keys, jobjectArray values,
|