HomeSort by relevance Sort by last modified time
    Searched refs:final (Results 301 - 325 of 4860) sorted by null

<<11121314151617181920>>

  /external/llvm/lib/Target/X86/
X86TargetMachine.h 25 class X86TargetMachine final : public LLVMTargetMachine { class in namespace:llvm
  /external/openfst/src/include/fst/script/
draw-impl.h 169 Weight final = fst_.Final(s); local
170 if (final != Weight::Zero()) {
171 if (show_weight_one_ || (final != Weight::One())) {
173 Print(final);
  /external/chromium_org/net/websockets/
websocket_frame_test.cc 38 header.final = true;
82 header.final = true;
126 header.final = true;
144 bool final; member in struct:net::__anon14457::TestCase
162 header.final = kTests[i].final;
203 header.final = true;
websocket_frame_parser_test.cc 65 EXPECT_TRUE(header->final);
92 EXPECT_TRUE(header->final);
163 EXPECT_TRUE(header->final);
209 EXPECT_TRUE(header1->final);
276 EXPECT_TRUE(header1->final);
355 EXPECT_TRUE(header->final);
410 EXPECT_TRUE(header->final);
508 EXPECT_TRUE(header->final);
522 bool final; member in struct:net::__anon14455::TestCase
541 bool final = kTests[i].final local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
NewWebSocketChannelImpl.cpp 63 class NewWebSocketChannelImpl::BlobLoader FINAL : public GarbageCollectedFinalized<NewWebSocketChannelImpl::BlobLoader>, public FileReaderLoaderClient {
308 bool final = false; local
317 final = (m_sentSizeOfTopMessage + size == message->text.length());
318 m_handle->send(final, type, message->text.data() + m_sentSizeOfTopMessage, size);
332 final = (m_sentSizeOfTopMessage + size == message->arrayBuffer->byteLength());
333 m_handle->send(final, type, static_cast<const char*>(message->arrayBuffer->data()) + m_sentSizeOfTopMessage, size);
343 final = (m_sentSizeOfTopMessage + size == message->vectorData->size());
344 m_handle->send(final, type, message->vectorData->data() + m_sentSizeOfTopMessage, size);
354 final = true;
358 if (final) {
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/api/history/showHistory/
typedUrls.js 92 // If this is the final outstanding call to processVisits(),
93 // then we have the final results. Use them to build the list
100 // This function is called when we have the final list of URls to display.
  /cts/tools/utils/
java-cert-list-generator.sh 50 static final String[] CERTIFICATE_DATA = {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/iput/d/
T_iput_12.d 19 .field public final st_i1 I
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/iput_boolean/d/
T_iput_boolean_12.d 19 .field public final st_i1 Z
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/iput_byte/d/
T_iput_byte_12.d 19 .field public final st_i1 B
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/iput_char/d/
T_iput_char_12.d 19 .field public final st_i1 C
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/iput_object/d/
T_iput_object_12.d 19 .field public final st_i1 Ljava/lang/Object;
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/iput_short/d/
T_iput_short_12.d 19 .field public final st_i1 S
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/iput_wide/d/
T_iput_wide_12.d 19 .field public final st_i1 J
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput/d/
T_sput_12.d 19 .field public static final st_i1 I
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput_boolean/d/
T_sput_boolean_12.d 19 .field public static final st_i1 Z
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput_byte/d/
T_sput_byte_12.d 19 .field public static final st_i1 B
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput_char/d/
T_sput_char_12.d 19 .field public static final st_i1 C
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput_object/d/
T_sput_object_12.d 19 .field public static final st_i1 Ljava/lang/Object;
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput_short/d/
T_sput_short_12.d 19 .field public static final st_i1 S
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput_wide/d/
T_sput_wide_12.d 19 .field public static final st_i1 J
  /external/chromium_org/android_webview/
android_webview_resources.target.darwin-arm.mk 25 ### Rules for final target.
android_webview_resources.target.darwin-arm64.mk 25 ### Rules for final target.
android_webview_resources.target.darwin-mips.mk 25 ### Rules for final target.
android_webview_resources.target.darwin-mips64.mk 25 ### Rules for final target.

Completed in 748 milliseconds

<<11121314151617181920>>