HomeSort by relevance Sort by last modified time
    Searched full:get (Results 226 - 250 of 13186) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /development/samples/SampleSyncAdapter/samplesyncadapter_server/
dashboard.py 41 """Inserts new users. GET presents a blank form. POST processes it."""
43 def get(self): member in class:UserInsertPage
74 """Edits users. GET presents a form prefilled with user info
77 def get(self): member in class:UserEditPage
78 id = int(self.request.get('user'))
79 user = datastore.User.get(db.Key.from_path('User', id))
92 id = int(self.request.get('_id'))
93 user = datastore.User.get(db.Key.from_path('User', id))
118 def get(self): member in class:UsersListPage
136 """Inserts user credentials. GET shows a blank form, POST processes it.""
138 def get(self): member in class:UserCredentialsInsertPage
179 def get(self): member in class:UserFriendsInsertPage
227 def get(self): member in class:UserFriendsListPage
245 def get(self): member in class:DeleteFriendPage
    [all...]
  /external/stlport/src/
strstream.cpp 60 strstreambuf::strstreambuf(char* get, streamsize n, char* put)
63 _M_setup(get, put, n);
66 strstreambuf::strstreambuf(signed char* get, streamsize n, signed char* put)
69 _M_setup(__REINTERPRET_CAST(char*,get), __REINTERPRET_CAST(char*,put), n);
72 strstreambuf::strstreambuf(unsigned char* get, streamsize n,
76 _M_setup(__REINTERPRET_CAST(char*,get), __REINTERPRET_CAST(char*,put), n);
79 strstreambuf::strstreambuf(const char* get, streamsize n)
82 _M_setup(__CONST_CAST(char*,get), 0, n);
85 strstreambuf::strstreambuf(const signed char* get, streamsize n)
88 _M_setup(__REINTERPRET_CAST(char*, __CONST_CAST(signed char*,get)), 0, n)
    [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/
DisplayGraph.java 124 // get the hashmap for this descriptor
125 HashMap<Integer, TimeSeries> map = mValueDescriptorSeriesMap.get(descriptor);
133 // get the TimeSeries for this pid
134 TimeSeries timeSeries = map.get(event.pid);
138 // get the series name
152 tagMap.get(descriptor.eventTag),
157 // get the data set for this ValueType
159 logParser.getEventInfoMap().get(event.mTag)[descriptor.valueIndex]
177 // get the value from the event
186 // get the tim
    [all...]
  /dalvik/dx/tests/063-dex-empty-switch/
info.txt 3 get converted reasonably.
  /dalvik/dx/tests/080-dex-exception-tables/
info.txt 2 exception handler tables get built reasonably (combining entries that
  /dalvik/dx/tests/081-dex-throws-list/
info.txt 2 throws lists (that is, list of declared exceptions on methods) get
  /dalvik/dx/tests/082-dex-throws-list-sharing/
info.txt 2 identical throws lists in different methods get collapsed into a single
  /dalvik/libcore/luni/src/main/java/java/io/
package.html 8 These classes allow you to get direct access to the file system.
  /dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/
DEREncodableVector.java 20 public DEREncodable get( method in class:DEREncodableVector
  /development/samples/SoftKeyboard/
_index.html 4 a basic example for how you would get started writing an input method, to
  /development/tools/zoneinfo/tzdata2009s/
factory 7 # their installation procedures. When users run date, they'll get the message.
  /external/guava/src/com/google/common/util/concurrent/
ForwardingFuture.java 57 public V get() throws InterruptedException, ExecutionException { method in class:ForwardingFuture
58 return delegate().get();
62 public V get(long timeout, TimeUnit unit) method in class:ForwardingFuture
64 return delegate().get(timeout, unit);
  /external/icu4c/test/cintltst/
cloctst.h 22 * Test functions to set and get data fields
43 * Test functions to test get ISO countries and Languages
47 * Test functions to test get ISO3 countries and Languages Fallback
51 * Test functions to test get ISO3 countries and Languages for Uninstalled locales
  /external/icu4c/test/perf/usetperf/
bitset.h 28 UBool get(int32_t bitIndex) const;
  /external/opencore/baselibs/pv_mime_utils/build/make/
local.mk 0 # Get the current local path as the first operation
  /external/opencore/codecs_v2/utilities/m4v_config_parser/build/make/
local.mk 0 # Get the current local path as the first operation
  /external/opencore/fileformats/id3parcom/build/make/
local.mk 0 # Get the current local path as the first operation
  /external/opencore/fileformats/mp4/parser/utils/mp4recognizer/build/make/
local.mk 0 # Get the current local path as the first operation
  /external/opencore/fileformats/pvx/parser/build/make/
local.mk 0 # Get the current local path as the first operation
  /external/opencore/fileformats/rawaac/parser/build/make/
local.mk 0 # Get the current local path as the first operation
  /external/opencore/fileformats/rawgsmamr/parser/build/make/
local.mk 0 # Get the current local path as the first operation
  /external/opencore/fileformats/wav/parser/build/make/
local.mk 0 # Get the current local path as the first operation
  /external/opencore/modules/linux_mp4/node_registry/build/make/
local.mk 0 # Get the current local path as the first operation
  /external/opencore/modules/linux_rtsp/node_registry/build/make/
local.mk 0 # Get the current local path as the first operation
  /external/opencore/nodes/pvaacffparsernode/build/make/
local.mk 0 # Get the current local path as the first operation

Completed in 82 milliseconds

1 2 3 4 5 6 7 8 91011>>