HomeSort by relevance Sort by last modified time
    Searched defs:f4 (Results 151 - 175 of 203) sorted by null

1 2 3 4 5 67 8 9

  /external/clang/test/Analysis/
dead-stores.c 27 void f4(int k) { function
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
p7-0x.cpp 78 Agg<float> f4 = {1.0}; // OK (double constant represented exactly) local
122 Agg<float> f4 = {12345678}; // OK (exactly fits in a float) local
  /external/clang/test/Index/
print-type-size.cpp 91 struct forward_decl f4; member in union:Incomplete::named
  /external/tcpdump/
print-smb.c 339 const char *f1, *f2, *f3, *f4; local
353 f4 = "|Data ";
363 f4 = "|Data ";
388 smb_fdata(data, f4, SMBMIN(data + datalen, maxbuf), unicodestr);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
py2_test_grammar.py 155 def f4(two, (compound, (argument, list))): pass function in function:GrammarTests.testFuncdef
160 self.assertEquals(f4.func_code.co_varnames,
166 self.assertEquals(f4.func_code.co_varnames,
182 f4(1, (2, (3, 4)))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
py2_test_grammar.py 155 def f4(two, (compound, (argument, list))): pass function in function:GrammarTests.testFuncdef
160 self.assertEquals(f4.func_code.co_varnames,
166 self.assertEquals(f4.func_code.co_varnames,
182 f4(1, (2, (3, 4)))
  /art/compiler/jni/
jni_compiler_test.cc 1590 jfloat f4 = bit_cast<jint, jfloat>(14); local
1661 jfloat f4 = bit_cast<jint, jfloat>(14); local
1731 jfloat f4 = bit_cast<jint, jfloat>(14); local
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
ComputeTest.java 118 Float4 f4 = new Float4(); local
119 f4.x = 1.0f;
120 f4.y = 2.0f;
121 f4.x = 3.0f;
122 f4.w = 4.0f;
123 f4 = new Float4(1.0f, 2.0f, 3.0f, 4.0f);
124 assertTrue(f4.x == 1.0f);
125 assertTrue(f4.y == 2.0f);
126 assertTrue(f4.z == 3.0f);
127 assertTrue(f4.w == 4.0f)
    [all...]
  /developers/build/prebuilts/gradle/MediaRouter/Application/src/main/java/com/example/android/mediarouter/provider/
SampleMediaRouteProvider.java 111 IntentFilter f4 = new IntentFilter(); typedefs
112 f4.addCategory(MediaControlIntent.CATEGORY_REMOTE_PLAYBACK);
113 f4.addAction(MediaControlIntent.ACTION_ENQUEUE);
114 f4.addDataScheme("http");
115 f4.addDataScheme("https");
116 f4.addDataScheme("rtsp");
117 f4.addDataScheme("file");
118 addDataTypeUnchecked(f4, "video/*");
137 CONTROL_FILTERS_QUEUING.add(f4); typedefs
  /developers/samples/android/media/MediaRouter/Application/src/main/java/com/example/android/mediarouter/provider/
SampleMediaRouteProvider.java 111 IntentFilter f4 = new IntentFilter(); typedefs
112 f4.addCategory(MediaControlIntent.CATEGORY_REMOTE_PLAYBACK);
113 f4.addAction(MediaControlIntent.ACTION_ENQUEUE);
114 f4.addDataScheme("http");
115 f4.addDataScheme("https");
116 f4.addDataScheme("rtsp");
117 f4.addDataScheme("file");
118 addDataTypeUnchecked(f4, "video/*");
137 CONTROL_FILTERS_QUEUING.add(f4); typedefs
  /development/samples/Support7Demos/src/com/example/android/supportv7/media/
SampleMediaRouteProvider.java 119 IntentFilter f4 = new IntentFilter(); typedefs
120 f4.addCategory(MediaControlIntent.CATEGORY_REMOTE_PLAYBACK);
121 f4.addAction(MediaControlIntent.ACTION_ENQUEUE);
122 f4.addDataScheme("http");
123 f4.addDataScheme("https");
124 f4.addDataScheme("rtsp");
125 f4.addDataScheme("file");
126 addDataTypeUnchecked(f4, "video/*");
145 CONTROL_FILTERS_QUEUING.add(f4); typedefs
  /development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/provider/
SampleMediaRouteProvider.java 111 IntentFilter f4 = new IntentFilter(); typedefs
112 f4.addCategory(MediaControlIntent.CATEGORY_REMOTE_PLAYBACK);
113 f4.addAction(MediaControlIntent.ACTION_ENQUEUE);
114 f4.addDataScheme("http");
115 f4.addDataScheme("https");
116 f4.addDataScheme("rtsp");
117 f4.addDataScheme("file");
118 addDataTypeUnchecked(f4, "video/*");
137 CONTROL_FILTERS_QUEUING.add(f4); typedefs
  /external/chromium_org/v8/src/mips/
simulator-mips.h 143 f0, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, enumerator in enum:v8::internal::Simulator::FPURegister
assembler-mips.h 291 const FPURegister f4 = { 4 }; member in namespace:v8::internal
    [all...]
  /external/chromium_org/v8/src/mips64/
simulator-mips64.h 172 f0, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, enumerator in enum:v8::internal::Simulator::FPURegister
  /external/clang/test/CXX/expr/expr.const/
p2-0x.cpp 271 constexpr float f4 = 1e38f / -.2938f; // expected-error {{constant expression}} expected-note {{floating point arithmetic produces an infinity}} member in namespace:UndefinedBehavior::Overflow
  /external/clang/test/CodeGen/
arm64-arguments.c 22 // CHECK: define i64 @f4()
24 struct s4 f4(void) {} function
x86_32-arguments-darwin.c 23 // CHECK-LABEL: define double @f4()
24 double f4(void) { function
x86_64-arguments.c 25 // CHECK-LABEL: define double @f4()
26 double f4(void) { function
208 struct S0 { char f0[8]; char f2; char f3; char f4; }; member in struct:S0
  /external/clang/test/CodeGenCXX/
mangle.cpp 265 template <int i> void f4(int (*)[2 + i+i]) { }; function in namespace:Expressions
266 template void f4<1>(int (*)[4]);
270 template <bool b> void f4(int (*)[b ? 1 : 2]) { }; function in namespace:Expressions
271 template void f4<true>(int (*)[1]);
827 template<typename T> void f4(::test34::A<sizeof(sizeof(decltype(T() + T())))>) { } function in namespace:test34
830 template void f4<int>(A<sizeof(sizeof(int))>);
  /external/clang/test/SemaCXX/
overloaded-operator.cpp 77 float &f4 = (enum1 == next_enum1); // expected-error{{non-const lvalue reference to type 'float' cannot bind to a temporary of type 'bool'}} local
uninitialized.cpp 376 F *f3, *f4; member in struct:__anon24004::G
  /external/llvm/unittests/Support/
YAMLIOTest.cpp 518 MyFlags f4; member in struct:FlagsMap
539 io.mapOptional("f4", c.f4, MyFlags(flagRound));
562 EXPECT_EQ(flagRound, map.f4); // check optional key
576 map.f4 = flagNone;
592 //EXPECT_EQ(flagRound, map2.f4); // check optional key
    [all...]
  /external/pdfium/core/src/fpdfdoc/
doc_ap.cpp 226 FX_FLOAT f4 = FX_atof(syntax.GetWord()); local
227 return CPVT_Color(CT_CMYK, f1, f2, f3, f4);
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
FileTest.java 582 File f4 = File.createTempFile("ab", null, null); local
583 f4.delete();
589 File f4 = File.createTempFile("a", null, null); local
590 f4.delete();
596 File f4 = File.createTempFile("", null, null); local
597 f4.delete();
847 File f4 = new File(testdir, "longfi~1.tst"); local
969 File f4 = new File(base + "a" + File.separator + File.separator + ".." + File.separator local
    [all...]

Completed in 2619 milliseconds

1 2 3 4 5 67 8 9