HomeSort by relevance Sort by last modified time
    Searched refs:final (Results 276 - 300 of 4292) sorted by null

<<11121314151617181920>>

  /external/bison/build-aux/
do-release-commit-and-tag 36 Run this script from top_srcdir to perform the final pre-release NEWS
  /external/chromium_org/chrome/browser/ui/app_list/search/
mixer.cc 51 SortedResults final; local
52 final.reserve(results->size());
63 final.push_back(*it);
66 results->swap(final);
  /external/chromium_org/content/test/data/indexeddb/
transaction_test.js 7 debug('The final transaction completed.');
13 fail('The final transaction should not abort.');
  /external/chromium_org/net/websockets/
websocket_channel.h 130 PendingReceivedFrame(bool final,
137 bool final() const { return final_; } function in class:net::WebSocketChannel::PendingReceivedFrame
260 bool final,
268 bool final,
websocket_frame_test.cc 50 header.final = true;
94 header.final = true;
138 header.final = true;
156 bool final; member in struct:net::TestCase
174 header.final = kTests[i].final;
215 header.final = true;
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
WebSocketFrame.h 66 Final = 1,
80 bool final; member in struct:WebCore::WebSocketFrame
  /external/clang/test/Parser/
cxx0x-attributes.cpp 62 virtual void f() const volatile && noexcept [[]] final = 0; member in struct:MemberFnOrder
78 class c final [(int){0}]; variable in typeref:class:c
82 alignas(float) [[]] final // expected-error {{an attribute list cannot appear here}}
86 [[]] [[]] alignas(16) final // expected-error {{an attribute list cannot appear here}}
  /external/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/
is_polymorphic.pass.cpp 56 class Final final { class
59 class Final {
76 test_is_not_polymorphic<Final>();
  /external/llvm/lib/Target/X86/
X86RegisterInfo.h 27 class X86RegisterInfo final : public X86GenRegisterInfo { class in namespace:llvm
X86TargetMachine.h 25 class X86TargetMachine final : public LLVMTargetMachine { class in namespace:llvm
  /external/proguard/examples/
android.pro 150 static final long serialVersionUID;
151 static final java.io.ObjectStreamField[] serialPersistentFields;
scala.pro 118 static final long serialVersionUID;
119 static final java.io.ObjectStreamField[] serialPersistentFields;
  /external/zopfli/src/zopfli/
katajainen.c 102 final: Whether this is the last time this function is called. If it is then it
106 Node* leaves, int numsymbols, NodePool* pool, int index, char final) {
132 if (!final) {
241 char final = i == numBoundaryPMRuns - 1; local
242 BoundaryPM(lists, maxbits, leaves, numsymbols, &pool, maxbits - 1, final);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/
is_polymorphic.pass.cpp 56 class Final final { class
59 class Final {
76 test_is_not_polymorphic<Final>();
  /ndk/tests/build/topological-sort/jni/
Android.mk 19 # With NDK r8b and earlier, the final link command for the executable
25 # when trying to add bar.o to the final image, it will not be able to
  /packages/apps/OMA-DM/engine/dmlib/dmengine/dm_ssession/hdr/
dm_ua_handlecommand.h 48 Boolean_t final);
  /packages/apps/OMA-DM/engine/dmlib/dmengine/oma_toolkit/hdr/
xltdec.h 106 Boolean_t final; member in struct:XltDecoder_s
  /packages/apps/OMA-DM/engine/dmlib/dmengine/oma_toolkit/sml/xlt/hdr/
xltdec.h 106 Boolean_t final; member in struct:XltDecoder_s
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
idna.py 198 def _buffer_encode(self, input, errors, final):
212 elif not final:
232 def _buffer_decode(self, input, errors, final):
253 elif not final:
utf_32.py 18 def encode(self, input, final=False):
53 def _buffer_decode(self, input, errors, final):
56 codecs.utf_32_ex_decode(input, errors, 0, final)
64 return self.decoder(input, self.errors, final)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/
idna.py 198 def _buffer_encode(self, input, errors, final):
212 elif not final:
232 def _buffer_decode(self, input, errors, final):
253 elif not final:
utf_32.py 18 def encode(self, input, final=False):
53 def _buffer_decode(self, input, errors, final):
56 codecs.utf_32_ex_decode(input, errors, 0, final)
64 return self.decoder(input, self.errors, final)
  /prebuilts/tools/common/proguard/proguard4.7/examples/
android.pro 136 static final long serialVersionUID;
137 static final java.io.ObjectStreamField[] serialPersistentFields;
scala.pro 118 static final long serialVersionUID;
119 static final java.io.ObjectStreamField[] serialPersistentFields;
  /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.

Completed in 853 milliseconds

<<11121314151617181920>>