HomeSort by relevance Sort by last modified time
    Searched full:teste (Results 1 - 25 of 34) sorted by null

1 2

  /external/llvm/test/CodeGen/ARM/
tls3.ll 9 @teste = internal thread_local global %struct.anon zeroinitializer ; <%struct.anon*> [#uses=1]
13 %tmp2 = load i32, i32* getelementptr (%struct.anon, %struct.anon* @teste, i32 0, i32 0), align 8 ; <i32> [#uses=1]
21 ; NOEMU-LABEL: teste:
24 ; CHECK-NOT: __emutls_t.teste
27 ; EMU-LABEL: __emutls_v.teste:
33 ; CHECK-NOT: teste:
34 ; CHECK-NOT: __emutls_t.teste
  /external/clang/test/CodeGen/
2002-04-10-StructParameters.c 14 int testE(char,short,char,int,int,float);
20 testE(Y.p, Y.q, Y.r, Y.X, Y.Y, 0.1f);
  /external/swiftshader/third_party/LLVM/test/CodeGen/ARM/
tls3.ll 5 @teste = internal thread_local global %struct.anon zeroinitializer ; <%struct.anon*> [#uses=1]
9 %tmp2 = load i32* getelementptr (%struct.anon* @teste, i32 0, i32 0), align 8 ; <i32> [#uses=1]
  /external/clang/test/CodeGenCXX/
operator-new.cpp 7 class teste { class
10 teste() : A(2) {} function in class:teste
16 new teste();
key-function-vtable.cpp 21 struct teste { inline virtual void a(); }; struct
22 teste *testevar = new teste;
  /packages/apps/CellBroadcastReceiver/tests/testapp/res/values-pt/
strings.xml 25 <string name="button_etws_test_type" msgid="5520113823851979673">"Enviar transmissão de teste ETWS"</string>
30 <string name="button_cmas_monthly_test" msgid="6797479769988491996">"Enviar Alerta de teste mensal CMAS"</string>
31 <string name="button_gsm_7bit_type" msgid="4902292221458231081">"Enviar transmissão de teste GSM 7 bit"</string>
32 <string name="button_gsm_7bit_umts_type" msgid="5871195118138691977">"Enviar transmissão de teste UMTS 7 bit"</string>
40 <string name="button_gsm_ucs2_type" msgid="6571590740592193686">"Enviar transmissão de teste GSM UCS-2"</string>
41 <string name="button_gsm_ucs2_umts_type" msgid="5951592009555548877">"Enviar transmissão de teste UMTS UCS-2"</string>
  /packages/apps/CellBroadcastReceiver/tests/testapp/res/values-pt-rPT/
strings.xml 25 <string name="button_etws_test_type" msgid="5520113823851979673">"Enviar difusão de teste do ETWS"</string>
30 <string name="button_cmas_monthly_test" msgid="6797479769988491996">"Enviar alerta de teste mensal do CMAS"</string>
31 <string name="button_gsm_7bit_type" msgid="4902292221458231081">"Enviar difusão de teste GSM de 7 bits"</string>
32 <string name="button_gsm_7bit_umts_type" msgid="5871195118138691977">"Enviar difusão de teste UMTS de 7 bits"</string>
40 <string name="button_gsm_ucs2_type" msgid="6571590740592193686">"Enviar difusão de teste UCS-2 GSM"</string>
41 <string name="button_gsm_ucs2_umts_type" msgid="5951592009555548877">"Enviar difusão de teste UCS-2 UMTS"</string>
  /external/clang/test/SemaObjC/
mrc-no-weak.m 43 void testE(E *e) {
  /packages/apps/CellBroadcastReceiver/res/values-pt/
strings.xml 37 <string name="etws_test_message" msgid="8447820262584381894">"Mensagem de teste do ETWS"</string>
43 <string name="cmas_required_monthly_test" msgid="6464047268150108932">"Teste mensal de alertas de emergência"</string>
57 <string name="enable_etws_test_alerts_title" msgid="3593533226735441539">"Transmissões de teste do ETWS"</string>
58 <string name="enable_etws_test_alerts_summary" msgid="8746155402612927306">"Transmissões de teste do Sistema de aviso de tsunamis e terremotos"</string>
65 <string name="enable_cmas_test_alerts_title" msgid="9000272842269750162">"Transmissões de teste do CMAS"</string>
66 <string name="enable_cmas_test_alerts_summary" msgid="2694842049601559724">"Transmissões de teste para o Sistema de alertas para celular comercial"</string>
  /packages/apps/CellBroadcastReceiver/res/values-pt-rPT/
strings.xml 37 <string name="etws_test_message" msgid="8447820262584381894">"Mensagem de teste ETWS"</string>
43 <string name="cmas_required_monthly_test" msgid="6464047268150108932">"Teste mensal de alerta de emergência"</string>
57 <string name="enable_etws_test_alerts_title" msgid="3593533226735441539">"Difusões de teste do ETWS"</string>
58 <string name="enable_etws_test_alerts_summary" msgid="8746155402612927306">"Difusões de teste para o Sistema de Aviso de Terramotos e Tsunamis"</string>
65 <string name="enable_cmas_test_alerts_title" msgid="9000272842269750162">"Difusões de teste do CMAS"</string>
66 <string name="enable_cmas_test_alerts_summary" msgid="2694842049601559724">"Difusões de teste para o Sistema Comercial de Alerta de Telemóveis"</string>
  /packages/apps/CellBroadcastReceiver/tests/testapp/res/values-ro/
strings.xml 19 <string name="app_label" msgid="2704349695846064655">"Teste pentru transmisia celular?"</string>
  /external/clang/test/Analysis/
superclass.m 186 @interface TestE : UIResponder {}
188 @implementation TestE
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
IdentityHashMapTest.java 552 assertTrue("testE remove returned wrong value", result == anothervalue);
553 assertTrue("testE should not find null key", !map.containsKey(null));
554 assertTrue("testE should not find a value with null key", !map
556 assertNull("testE should not get value for null key",
    [all...]
CollectionsTest.java     [all...]
  /external/llvm/test/CodeGen/X86/
tail-opts.ll 453 ; CHECK-LABEL: TESTE:
456 ; CHECK: size TESTE
458 define i64 @TESTE(i64 %parami, i64 %paraml) nounwind readnone {
  /external/swiftshader/third_party/LLVM/test/CodeGen/X86/
tail-opts.ll 414 ; CHECK: TESTE:
417 ; CHECK: size TESTE
419 define i64 @TESTE(i64 %parami, i64 %paraml) nounwind readnone {
  /packages/apps/Settings/res/values-pt-rPT/
arrays.xml 298 <item msgid="884172201575690484">"localização de teste"</item>
365 <item msgid="5242052845700875820">"Localização de teste"</item>
  /toolchain/binutils/binutils-2.25/include/opcode/
i960.h 226 { 0x22000000, "teste", I_BASE, COBR, 1, { R, 0, 0 } },
  /toolchain/binutils/binutils-2.25/opcodes/
i960-dis.c 240 { "teste", 1, }, /* 0x22 */
  /external/clang/test/CXX/drs/
dr2xx.cpp 172 void testE(E::S es) { f(es); } // expected-error {{undeclared identifier}}
  /external/icu/icu4c/source/test/perf/collationperf/
collperf.cpp 23 // Three APIs can be teste: ICU C , Unix strcoll, strxfrm and Windows LCMapString
    [all...]
  /frameworks/base/core/res/res/values-pt/
strings.xml     [all...]
  /frameworks/base/core/res/res/values-pt-rBR/
strings.xml     [all...]
  /external/hyphenation-patterns/en-GB/
hyph-en-gb.pat.txt     [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
URITest.java 632 assertTrue("TestE", uri.compareTo(uri2) > 0);
    [all...]

Completed in 4952 milliseconds

1 2