HomeSort by relevance Sort by last modified time
    Searched refs:basic (Results 76 - 100 of 347) sorted by null

1 2 34 5 6 7 8 91011>>

  /dalvik/dx/tests/115-merge/com/android/dx/merge/
DexMergeTest.java 42 "/testdata/Basic.dex",
45 Class<?> basic = loader.loadClass("testdata.Basic"); local
46 assertEquals(1, basic.getDeclaredMethods().length);
62 "/testdata/Basic.dex",
65 Class<?> basic = loader.loadClass("testdata.Basic"); local
66 assertEquals(1, basic.getDeclaredMethods().length);
74 "/testdata/Basic.dex",
77 Class<?> basic = loader.loadClass("testdata.Basic") local
101 Class<?> basic = loader.loadClass("testdata.Basic"); local
    [all...]
  /external/valgrind/main/massif/tests/
no-stack-no-heap.post.exp 2 Command: ./basic
  /external/deqp/modules/gles3/functional/
es3fRasterizerDiscardTests.cpp 434 tcu::TestCaseGroup* basic = new tcu::TestCaseGroup(m_testCtx, "basic", "Rasterizer discard test for default framebuffer"); local
438 addChild(basic);
444 basic->addChild(new RasterizerDiscardCase(m_context, "write_depth_points", "points", 4, CASE_WRITE_DEPTH, 0, GL_POINTS));
445 basic->addChild(new RasterizerDiscardCase(m_context, "write_depth_lines", "lines", 4, CASE_WRITE_DEPTH, 0, GL_LINES));
446 basic->addChild(new RasterizerDiscardCase(m_context, "write_depth_line_strip", "line_strip", 4, CASE_WRITE_DEPTH, 0, GL_LINE_STRIP));
447 basic->addChild(new RasterizerDiscardCase(m_context, "write_depth_line_loop", "line_loop", 4, CASE_WRITE_DEPTH, 0, GL_LINE_LOOP));
448 basic->addChild(new RasterizerDiscardCase(m_context, "write_depth_triangles", "triangles", 4, CASE_WRITE_DEPTH, 0, GL_TRIANGLES));
449 basic->addChild(new RasterizerDiscardCase(m_context, "write_depth_triangle_strip", "triangle_strip", 4, CASE_WRITE_DEPTH, 0, GL_TRIANGLE_STRIP));
450 basic->addChild(new RasterizerDiscardCase(m_context, "write_depth_triangle_fan", "triangle_fan", 4, CA (…)
    [all...]
  /external/libcxx/test/re/re.alg/re.alg.search/
basic.pass.cpp 35 assert(std::regex_search(s, m, std::regex("a", std::regex_constants::basic)));
51 assert(std::regex_search(s, m, std::regex("ab", std::regex_constants::basic)));
66 assert(!std::regex_search(s, m, std::regex("ba", std::regex_constants::basic)));
73 assert(std::regex_search(s, m, std::regex("ab", std::regex_constants::basic)));
88 assert(!std::regex_search(s, m, std::regex("ab", std::regex_constants::basic),
95 assert(std::regex_search(s, m, std::regex("bc", std::regex_constants::basic)));
110 assert(std::regex_search(s, m, std::regex("ab*c", std::regex_constants::basic)));
125 assert(std::regex_search(s, m, std::regex("\\(ab\\)*c", std::regex_constants::basic)));
144 std::regex_constants::basic)));
165 assert(std::regex_search(s, m, std::regex("^abc", std::regex_constants::basic)));
767 std::regex regex(FI(r), FI(r+sr), std::regex_constants::basic); member in class:std::regex_constants
1525 std::wregex regex(FI(r), FI(r+sr), std::regex_constants::basic); member in class:std::regex_constants
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.alg/re.alg.search/
basic.pass.cpp 35 assert(std::regex_search(s, m, std::regex("a", std::regex_constants::basic)));
51 assert(std::regex_search(s, m, std::regex("ab", std::regex_constants::basic)));
66 assert(!std::regex_search(s, m, std::regex("ba", std::regex_constants::basic)));
73 assert(std::regex_search(s, m, std::regex("ab", std::regex_constants::basic)));
88 assert(!std::regex_search(s, m, std::regex("ab", std::regex_constants::basic),
95 assert(std::regex_search(s, m, std::regex("bc", std::regex_constants::basic)));
110 assert(std::regex_search(s, m, std::regex("ab*c", std::regex_constants::basic)));
125 assert(std::regex_search(s, m, std::regex("\\(ab\\)*c", std::regex_constants::basic)));
144 std::regex_constants::basic)));
165 assert(std::regex_search(s, m, std::regex("^abc", std::regex_constants::basic)));
774 std::regex regex(FI(r), FI(r+sr), std::regex_constants::basic); member in class:std::regex_constants
1539 std::wregex regex(FI(r), FI(r+sr), std::regex_constants::basic); member in class:std::regex_constants
    [all...]
  /prebuilts/tools/common/proguard/proguard4.7/build/
makefile 40 all: basic options
41 basic: proguard proguardgui retrace
94 .PHONY: all basic options proguard proguardgui retrace anttask wtkplugin clean $(TARGETS) $(OPTIONAL_TARGETS)
  /prebuilts/tools/common/m2/repository/org/objenesis/objenesis/1.0/
objenesis-1.0.jar 
  /prebuilts/tools/common/m2/repository/org/objenesis/objenesis/1.2/
objenesis-1.2.jar 
  /prebuilts/tools/common/objenesis/
objenesis-1.2.jar 
  /external/jsilver/src/com/google/clearsilver/jsilver/examples/basic/
Iterate.java 17 package com.google.clearsilver.jsilver.examples.basic;
JSilverTest.java 17 package com.google.clearsilver.jsilver.examples.basic;
  /external/libcxx/test/re/re.regex/re.regex.construct/
iter_iter_flg.pass.cpp 40 test(F(s1.begin()), F(s1.end()), std::regex_constants::basic, 1); member in class:std::regex_constants
41 test(F(s2.begin()), F(s2.end()), std::regex_constants::basic, 1); member in class:std::regex_constants
42 test(F(s3.begin()), F(s3.end()), std::regex_constants::basic, 2); member in class:std::regex_constants
43 test(F(s4.begin()), F(s4.end()), std::regex_constants::basic, 0); member in class:std::regex_constants
  /external/objenesis/main/src/org/objenesis/instantiator/basic/
ObjectStreamClassInstantiator.java 16 package org.objenesis.instantiator.basic;
  /external/objenesis/main/src/org/objenesis/strategy/
SerializingInstantiatorStrategy.java 24 import org.objenesis.instantiator.basic.ObjectStreamClassInstantiator;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.regex/re.regex.construct/
iter_iter_flg.pass.cpp 40 test(F(s1.begin()), F(s1.end()), std::regex_constants::basic, 1); member in class:std::regex_constants
41 test(F(s2.begin()), F(s2.end()), std::regex_constants::basic, 1); member in class:std::regex_constants
42 test(F(s3.begin()), F(s3.end()), std::regex_constants::basic, 2); member in class:std::regex_constants
43 test(F(s4.begin()), F(s4.end()), std::regex_constants::basic, 0); member in class:std::regex_constants
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.8/share/gdb/python/gdb/
types.py 23 """Return the "basic" type of a type.
26 type_: The type to reduce to its basic type.
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.8/share/gdb/python/gdb/
types.py 23 """Return the "basic" type of a type.
26 type_: The type to reduce to its basic type.
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.8/share/gdb/python/gdb/
types.py 23 """Return the "basic" type of a type.
26 type_: The type to reduce to its basic type.
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.8/share/gdb/python/gdb/
types.py 23 """Return the "basic" type of a type.
26 type_: The type to reduce to its basic type.
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/messages/
spoken_message.js 6 * @fileoverview A basic abstraction of messages.
  /external/libcxx/test/re/re.alg/re.alg.match/
Android.mk 39 test_name := re/re.alg/re.alg.match/basic
40 test_src := basic.pass.cpp
  /external/srec/config/en.us/
config.mk 7 dictionary/basic.ok \
  /external/deqp/framework/opengl/
gluVarType.cpp 44 m_data.basic.type = basicType;
45 m_data.basic.precision = precision;
94 case TYPE_BASIC: return glu::getDataTypeScalarSize(m_data.basic.type);
119 return m_data.basic.type == other.m_data.basic.type &&
120 m_data.basic.precision == other.m_data.basic.precision;
  /external/proguard/build/
makefile 48 all: basic options
49 basic: proguard proguardgui retrace
107 .PHONY: all basic options proguard proguardgui retrace anttask wtkplugin clean $(TARGETS) $(OPTIONAL_TARGETS)
  /frameworks/support/v4/java/android/support/v4/view/
KeyEventCompat.java 54 int modifiers, int basic, int left, int right) {
55 final boolean wantBasic = (modifiers & basic) != 0;
65 return metaState & ~basic;

Completed in 504 milliseconds

1 2 34 5 6 7 8 91011>>