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

1 2 3 4 5 6 7 891011>>

  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
moduleparam.h 44 param_get_fn get; member in struct:kernel_param
58 param_get_fn get; member in struct:kparam_array
63 #define __module_param_call(prefix, name, set, get, arg, perm) static char __param_str_##name[] = prefix #name; static struct kernel_param const __param_##name __attribute_used__ __attribute__ ((unused,__section__ ("__param"),aligned(sizeof(void *)))) = { __param_str_##name, perm, set, get, arg }
65 #define module_param_call(name, set, get, arg, perm) __module_param_call(MODULE_PARAM_PREFIX, name, set, get, arg, perm)
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
moduleparam.h 44 param_get_fn get; member in struct:kernel_param
58 param_get_fn get; member in struct:kparam_array
63 #define __module_param_call(prefix, name, set, get, arg, perm) static char __param_str_##name[] = prefix #name; static struct kernel_param const __param_##name __attribute_used__ __attribute__ ((unused,__section__ ("__param"),aligned(sizeof(void *)))) = { __param_str_##name, perm, set, get, arg }
65 #define module_param_call(name, set, get, arg, perm) __module_param_call(MODULE_PARAM_PREFIX, name, set, get, arg, perm)
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
moduleparam.h 44 param_get_fn get; member in struct:kernel_param
58 param_get_fn get; member in struct:kparam_array
63 #define __module_param_call(prefix, name, set, get, arg, perm) static char __param_str_##name[] = prefix #name; static struct kernel_param const __param_##name __attribute_used__ __attribute__ ((unused,__section__ ("__param"),aligned(sizeof(void *)))) = { __param_str_##name, perm, set, get, arg }
65 #define module_param_call(name, set, get, arg, perm) __module_param_call(MODULE_PARAM_PREFIX, name, set, get, arg, perm)
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
moduleparam.h 44 param_get_fn get; member in struct:kernel_param
58 param_get_fn get; member in struct:kparam_array
63 #define __module_param_call(prefix, name, set, get, arg, perm) static char __param_str_##name[] = prefix #name; static struct kernel_param const __param_##name __attribute_used__ __attribute__ ((unused,__section__ ("__param"),aligned(sizeof(void *)))) = { __param_str_##name, perm, set, get, arg }
65 #define module_param_call(name, set, get, arg, perm) __module_param_call(MODULE_PARAM_PREFIX, name, set, get, arg, perm)
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/
moduleparam.h 44 param_get_fn get; member in struct:kernel_param
58 param_get_fn get; member in struct:kparam_array
63 #define __module_param_call(prefix, name, set, get, arg, perm) static char __param_str_##name[] = prefix #name; static struct kernel_param const __param_##name __attribute_used__ __attribute__ ((unused,__section__ ("__param"),aligned(sizeof(void *)))) = { __param_str_##name, perm, set, get, arg }
65 #define module_param_call(name, set, get, arg, perm) __module_param_call(MODULE_PARAM_PREFIX, name, set, get, arg, perm)
  /packages/apps/IM/src/com/android/im/imps/
ImpsConnectionConfig.java 81 String dataChannel = map.get(ImpsConfigNames.DATA_CHANNEL);
89 String dataEncoding = map.get(ImpsConfigNames.DATA_ENCODING);
97 String cirChannel = map.get(ImpsConfigNames.CIR_CHANNEL);
105 mHost = map.get(ImpsConfigNames.HOST);
107 if (map.get(ImpsConfigNames.CLIENT_ID) != null) {
108 mClientId = map.get(ImpsConfigNames.CLIENT_ID);
111 if (map.get(ImpsConfigNames.MSISDN) != null) {
112 mMsisdn = map.get(ImpsConfigNames.MSISDN);
114 if (map.get(ImpsConfigNames.SECURE_LOGIN) != null) {
115 mSecureLogin = isTrue(map.get(ImpsConfigNames.SECURE_LOGIN))
    [all...]
  /dalvik/libcore/luni/src/test/java/tests/api/java/util/
CalendarTest.java 71 assertTrue("Incorrect month: " + cal.get(Calendar.MONTH), cal
72 .get(Calendar.MONTH) == Calendar.NOVEMBER);
74 int dow = cal.get(Calendar.DAY_OF_WEEK);
76 assertTrue("Incorrect DAY_OF_WEEK: " + cal.get(Calendar.DAY_OF_WEEK)
77 + " expected: " + dow, cal.get(Calendar.DAY_OF_WEEK) != dow);
124 cal.get(Calendar.WEEK_OF_YEAR); // Force fields to compute
363 cal.get(Calendar.YEAR);
369 int hour = cal.get(Calendar.HOUR);
372 assertEquals("AM_PM not changed", Calendar.PM, cal.get(Calendar.AM_PM));
376 Calendar.AM, cal.get(Calendar.AM_PM))
    [all...]
ConcurrentModTest.java 43 method = "get",
58 // the sub.get(1) is 3.0
59 assertTrue(((Double) sub.get(1)).doubleValue() <= 3.0);
60 assertTrue(((Double) sub.get(1)).doubleValue() > 2.0);
65 // illegal call the subList's method get(int).
66 sub.get(1);
73 al.get(-1);
80 al.get(al.size()+1);
108 // the sub.get(1) is 3.0
109 assertTrue(((Double) sub.get(1)).doubleValue() <= 3.0)
    [all...]
GregorianCalendarTest.java 68 1972, gc.get(Calendar.YEAR));
70 gc.get(Calendar.MONTH) == Calendar.OCTOBER);
72 .get(Calendar.DAY_OF_MONTH));
92 1972, gc.get(Calendar.YEAR));
94 gc.get(Calendar.MONTH) == Calendar.OCTOBER);
96 .get(Calendar.DAY_OF_MONTH));
97 assertEquals("Incorrect calendar constructed", 7, gc.get(Calendar.HOUR));
99 1, gc.get(Calendar.AM_PM));
101 9, gc.get(Calendar.MINUTE));
108 5983, gc.get(Calendar.YEAR))
    [all...]
  /frameworks/base/tests/framework-tests/src/com/android/internal/policy/impl/
LockPatternKeyguardViewTest.java 216 MockKeyguardScreen lockScreen = mLPKV.getInjectedLockScreens().get(0);
217 MockKeyguardScreen unlockScreen = mLPKV.getInjectedUnlockScreens().get(0);
240 MockKeyguardScreen lockScreen = mLPKV.getInjectedLockScreens().get(0);
241 MockKeyguardScreen unlockScreen = mLPKV.getInjectedUnlockScreens().get(0);
279 MockKeyguardScreen lockScreen = mLPKV.getInjectedLockScreens().get(0);
280 MockKeyguardScreen unlockScreen = mLPKV.getInjectedUnlockScreens().get(0);
293 MockKeyguardScreen lockScreen = mLPKV.getInjectedLockScreens().get(0);
306 assertEquals(1, mLPKV.getInjectedLockScreens().get(0).getCleanupCount());
307 assertEquals(1, mLPKV.getInjectedUnlockScreens().get(0).getCleanupCount());
310 assertEquals(1, mLPKV.getInjectedLockScreens().get(0).getOnPauseCount())
    [all...]
  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/atomic/
AtomicInteger.java 61 public final int get() { method in class:AtomicInteger
82 int current = get();
124 int current = get();
138 int current = get();
153 int current = get();
167 int current = get();
181 int current = get();
196 int current = get();
208 return Integer.toString(get());
213 return get();
    [all...]
AtomicLong.java 86 public final long get() { method in class:AtomicLong
107 long current = get();
149 long current = get();
163 long current = get();
178 long current = get();
192 long current = get();
206 long current = get();
221 long current = get();
233 return Long.toString(get());
238 return (int)get();
    [all...]
  /external/elfutils/tests/
Makefile.am 27 show-die-info get-files get-lines get-pubnames \
28 get-aranges \
32 # get-ciefde
36 run-show-die-info.sh run-get-files.sh run-get-lines.sh \
37 run-get-pubnames.sh run-get-aranges.sh \
45 run-show-die-info.sh run-get-files.sh run-get-lines.sh
    [all...]
  /external/webkit/WebCore/editing/
InsertLineBreakCommand.cpp 114 insertNodeAt(nodeToInsert.get(), pos);
119 VisiblePosition endingPosition(Position(nodeToInsert.get(), 0));
122 insertNodeAt(nodeToInsert.get(), pos);
125 if (!isStartOfParagraph(VisiblePosition(Position(nodeToInsert.get(), 0))))
126 insertNodeBefore(nodeToInsert->cloneNode(false).get(), nodeToInsert.get());
128 setEndingSelection(VisibleSelection(positionInParentAfterNode(nodeToInsert.get()), DOWNSTREAM));
132 insertNodeAt(nodeToInsert.get(), pos);
133 setEndingSelection(VisibleSelection(positionInParentAfterNode(nodeToInsert.get()), DOWNSTREAM));
156 insertNodeAt(nbspNode.get(), positionBeforeTextNode)
    [all...]
  /external/webkit/WebCore/platform/gtk/
PopupMenuGtk.cpp 44 g_signal_handlers_disconnect_matched(m_popup.get(), G_SIGNAL_MATCH_DATA, 0, 0, 0, 0, this);
55 g_signal_connect(m_popup.get(), "unmap", G_CALLBACK(menuUnmapped), this);
57 gtk_container_foreach(GTK_CONTAINER(m_popup.get()), reinterpret_cast<GtkCallback>(menuRemoveItem), this);
78 gtk_menu_shell_append(GTK_MENU_SHELL(m_popup.get()), item);
82 gtk_menu_set_active(m_popup.get(), index);
87 gtk_widget_set_size_request(GTK_WIDGET(m_popup.get()), -1, -1);
88 gtk_widget_size_request(GTK_WIDGET(m_popup.get()), &requisition);
89 gtk_widget_set_size_request(GTK_WIDGET(m_popup.get()), std::max(rect.width(), requisition.width), -1);
91 GList* children = GTK_MENU_SHELL(m_popup.get())->children;
107 gtk_menu_popup(m_popup.get(), 0, 0, reinterpret_cast<GtkMenuPositionFunc>(menuPositionFunction), this, 0, gtk_get_current_eve (…)
    [all...]
  /dalvik/libcore/security/src/test/java/tests/security/cert/
PolicyQualifierInfoTest.java 94 // get valid encoding
107 // get valid encoding
134 // get valid encoding
153 // get valid encoding
158 // get encoding
164 // get encoding again
185 // get valid encoding
189 // get encoding
208 // get valid encoding
213 // get encodin
    [all...]
  /external/webkit/WebKitTools/DumpRenderTree/mac/
LayoutTestControllerMac.mm 112 NSURLRequest* request = [NSURLRequest requestWithURL:[NSURL URLWithString:(NSString *)urlCF.get()]];
141 NSString *nameNS = (NSString *)nameCF.get();
148 NSString *nameNS = (NSString *)nameCF.get();
160 NSString *idNS = (NSString *)idCF.get();
182 NSString *idNS = (NSString *)idCF.get();
221 NSString *urlNS = (NSString *)urlCF.get();
227 WorkQueue::shared()->queue(new LoadItem(absoluteURL.get(), target));
274 [WebView _setDomainRelaxationForbidden:forbidden forURLScheme:(NSString *)schemeCFString.get()];
285 NSString *messageNS = (NSString *)messageCF.get();
365 NSURL *url = [NSURL URLWithString:(NSString *)pathCF.get()];
    [all...]
  /dalvik/libcore/luni/src/test/java/tests/api/java/lang/ref/
ReferenceTest.java 108 assertTrue("Start: Object not cleared.", (sr.get() != null)
109 && (wr.get() != null));
110 assertNull("Referent is not null.", pr.get());
114 assertTrue("End: Object cleared.", (sr.get() == null)
115 && (wr.get() == null));
116 assertNull("Referent is not null.", pr.get());
118 assertTrue("should always pass", tmpA != sr.get() && tmpB != wr.get());
144 assertTrue("Not properly enqueued.", rq.poll().get() == obj);
156 assertTrue("Not properly enqueued2.", rq.poll().get() == obj)
    [all...]
  /external/bison/lib/
get-errno.h 0 /* get-errno.h - get and set errno.
  /external/dropbear/debian/
README.Debian.diet 12 # apt-get install dietlibc-dev
13 $ DEB_BUILD_OPTIONS=diet fakeroot apt-get source -b dropbear
  /external/gtest/test/
gtest-linked_ptr_test.cc 82 ASSERT_EQ(a0.get(), static_cast<A*>(NULL));
83 ASSERT_EQ(a1.get(), static_cast<A*>(NULL));
84 ASSERT_EQ(a2.get(), static_cast<A*>(NULL));
94 ASSERT_TRUE(a0.get() == a3);
95 ASSERT_TRUE(a0 == a3.get());
99 ASSERT_TRUE(a5.get() != a3);
100 ASSERT_TRUE(a5 != a3.get());
115 b0.get()->Use();
  /external/opencore/build_config/common/
local.mk 0 # Get the current local path as the first operation
9 # to get the pv_config.h file to be included
  /external/webkit/WebKitTools/WebKitLauncher/
start.html 9 request.open("GET", "VERSION", false);
21 request.open("GET", "BRANCH", false);
  /frameworks/base/media/libdrm/mobile2/include/rights/
Constraint.h 84 * Get the start time.
96 * Get the end time.
108 * Get the accumulated.
120 * Get the count.
132 * Get the timer.
144 * Get the timedCount.
156 * Get the interval.
168 * Get the export mode.
  /frameworks/base/test-runner/src/android/test/
SimpleCache.java 27 final V get(K key) { method in class:SimpleCache
29 return map.get(key);

Completed in 369 milliseconds

1 2 3 4 5 6 7 891011>>