HomeSort by relevance Sort by last modified time
    Searched refs:typed (Results 1 - 25 of 42) sorted by null

1 2

  /prebuilts/misc/common/swig/include/2.0.11/allegrocl/
inout_typemaps.i 45 (cl::push (ff:fslot-value-typed (cl::quote $*in_fftype) :c $out) ACL_result),
46 (cl::setf (ff:fslot-value-typed (cl::quote $*in_fftype) :c $out) $in));
48 (cl::push (ff:fslot-value-typed (cl::quote $*in_fftype) :c $out) ACL_result),
49 (cl::setf (ff:fslot-value-typed (cl::quote $*in_fftype) :c $out) $in));
51 (cl::push (ff:fslot-value-typed (cl::quote $*in_fftype) :c $out) ACL_result),
52 (cl::setf (ff:fslot-value-typed (cl::quote $*in_fftype) :c $out) $in));
54 (cl::push (ff:fslot-value-typed (cl::quote $*in_fftype) :c $out) ACL_result),
55 (cl::setf (ff:fslot-value-typed (cl::quote $*in_fftype) :c $out) $in));
57 (cl::push (ff:fslot-value-typed (cl::quote $*in_fftype) :c $out) ACL_result),
58 (cl::setf (ff:fslot-value-typed (cl::quote $*in_fftype) :c $out) $in))
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/translator/
VersionGLSL.cpp 112 TIntermTyped* typed = sequence.front()->getAsTyped(); local
113 if (typed && typed->isMatrix()) {
ParseContext.cpp 549 TIntermTyped *typed = node ? node->getAsTyped() : 0; local
550 if (typed == 0) {
554 if (op != EOpConstructStruct && IsSampler(typed->getBasicType())) {
558 if (typed->getBasicType() == EbtVoid) {
    [all...]
  /external/chromium_org/v8/test/mjsunit/regress/
regress-357108.js 5 // Flags: --typed-array-max-size-in-heap=64
  /external/chromium_org/chrome/common/extensions/docs/examples/api/history/showHistory/
typedUrls.js 36 // Search history to find up to ten links that a user has typed in,
72 // Maps URLs to a count of the number of times the user typed that URL into
80 // Ignore items unless the user typed the URL.
81 if (visitItems[i].transition != 'typed') {
108 // Sort the URLs by the number of times the user typed them.
  /external/protobuf/gtest/src/
gtest-typed-test.cc 32 #include <gtest/gtest-typed-test.h>
  /ndk/sources/third_party/googletest/
Android.mk 41 src/gtest-typed-test.cc \
101 test/gtest-typed-test_test.cc \
102 test/gtest-typed-test2_test.cc \
  /external/chromium_org/testing/gtest/
CMakeLists.txt 147 cxx_test(gtest-typed-test_test gtest_main
148 test/gtest-typed-test2_test.cc)
  /external/chromium_org/chrome/browser/resources/options/chromeos/
bluetooth.css 146 .bluetooth-keyboard-button.key-typed {
  /external/chromium_org/ui/keyboard/resources/elements/
kb-modifier-key.js 77 * Notifies key that a non-control keyed was typed.
kb-key-base.js 87 // it may make sense to transit back to lower case after user typed
kb-keyboard.js 97 * to be typed.
698 // Characters that should not be typed.
825 * Notifies the modifier keys that a non-control key was typed. This
909 * @param {Object} detail Attributes of the key being typed.
kb-shift-key.js 170 * Notifies key that a non-control keyed was typed.
  /external/chromium_org/v8/test/mjsunit/compiler/
dead-loops.js 53 // Involves only reads on typed arrays, and {i} doesn't overflow.
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
braille_util_test.js 131 // Note: the cursor appears where text would be typed.
157 // Note: the cursor appears where text would be typed.
editable_text.js 71 * This defines the way typed characters get spoken.
72 * CHARACTER: echoes typed characters.
73 * WORD: echoes a word once a breaking character is typed (i.e. spacebar).
452 // Autocomplete: the user typed one character of autocompleted text.
    [all...]
  /external/chromium_org/sdch/open-vcdiff/
Makefile.am 79 gtest/include/gtest/gtest-typed-test.h \
96 gtest/src/gtest-typed-test.cc \
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
braille_input_handler.js 60 * Braille cells that have been typed by the user so far.
260 * Called when a user typed a braille cell.
287 * Handles the backspace key by deleting the last typed cell if possible.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
tree.h 725 struct tree_typed typed;
841 (CONTAINS_STRUCT_CHECK (NODE, TS_TYPED)->typed.type)
908 #define TREE_TYPE(NODE) ((NODE)->typed.type)
722 struct tree_typed typed; variable in typeref:struct:tree_typed
1414 struct tree_typed typed; variable in typeref:struct:tree_typed
1427 struct tree_typed typed; variable in typeref:struct:tree_typed
1439 struct tree_typed typed; variable in typeref:struct:tree_typed
1450 struct tree_typed typed; variable in typeref:struct:tree_typed
1460 struct tree_typed typed; variable in typeref:struct:tree_typed
1471 struct tree_typed typed; variable in typeref:struct:tree_typed
1579 struct tree_typed typed; variable in typeref:struct:tree_typed
1887 struct tree_typed typed; variable in typeref:struct:tree_typed
1968 struct tree_typed typed; variable in typeref:struct:tree_typed
3576 struct tree_typed typed; variable in typeref:struct:tree_typed
    [all...]
  /external/chromium_org/chrome/browser/history/
typed_url_syncable_service_unittest.cc 91 // Create a new row object and add a typed visit to the |visits| vector.
94 // in visits does not match |last_visit|, then a typed visit for this
166 // Add a typed visit for time |last_visit|.
171 // Add a non-typed visit for time |last_visit|.
242 int typed = i < num_typed_urls ? 1 : 0; local
246 urls[i], "pie", typed, i + 3, false, &visit_vectors->back()));
261 // Create a local typed URL (simulate a typed visit) that is not already
280 // Get typed url specifics.
309 // Update the URL row, adding another typed visit to the visit vector
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/braille_ime/
braille_ime.js 23 * Sent when the user typed a braille cell using the standard keyboard.
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ui/
search_widget.js 206 * Adds the letter the user typed to the search string and updates the search.
  /external/chromium_org/chrome/common/extensions/docs/examples/api/webNavigation/basic/
navigation_collector.js 93 TYPED: 'typed'
  /external/chromium_org/v8/test/mjsunit/
elements-kind.js 28 // Flags: --allow-natives-syntax --smi-only-arrays --expose-gc --nostress-opt --typed-array-max_size_in-heap=2048
  /external/protobuf/gtest/include/gtest/
gtest.h 62 #include <gtest/gtest-typed-test.h>
    [all...]

Completed in 2995 milliseconds

1 2