Searched refs:target (Results 151 - 175 of 1407) sorted by relevance

1234567891011>>

/external/chromium/chrome/browser/sync/engine/
H A Dsyncer_util.cc239 // Fallback: target an entry having the server ID, creating one if needed.
381 MutableEntry* target,
385 if (target->Get(SERVER_IS_DEL)) {
394 target->Put(SERVER_IS_DEL, true);
395 if (!target->Get(UNIQUE_CLIENT_TAG).empty()) {
398 target->Put(SERVER_VERSION, 0);
401 target->Put(SERVER_VERSION,
402 std::max(target->Get(SERVER_VERSION),
403 target->Get(BASE_VERSION)) + 1);
405 target
380 UpdateServerFieldsFromUpdate( MutableEntry* target, const SyncEntity& update, const std::string& name) argument
685 VerifyNewEntry( const SyncEntity& update, syncable::Entry* target, const bool deleted) argument
704 VerifyUpdateConsistency( syncable::WriteTransaction* trans, const SyncEntity& update, syncable::MutableEntry* target, const bool deleted, const bool is_directory, syncable::ModelType model_type) argument
790 VerifyUndelete(syncable::WriteTransaction* trans, const SyncEntity& update, syncable::MutableEntry* target) argument
[all...]
/external/skia/gpu/src/
H A DGrTesselatedPathRenderer.cpp128 void GrTesselatedPathRenderer::drawPath(GrDrawTarget* target, argument
133 GrDrawTarget::AutoStateRestore asr(target);
135 GrAssert(GrDrawTarget::kBoth_DrawFace == target->getDrawFace());
137 GrMatrix viewM = target->getViewMatrix();
224 GrAssert(NULL != target->getRenderTarget());
226 GrIntToScalar(target->getRenderTarget()->width()),
227 GrIntToScalar(target->getRenderTarget()->height()));
229 if (target->getViewInverse(&vmi)) {
250 if (target->isAntialiasState()) {
252 GrMatrix inverse, matrix = target
334 canDrawPath(const GrDrawTarget* target, const SkPath& path, GrPathFill fill) const argument
340 drawPathToStencil(GrDrawTarget* target, const SkPath& path, GrPathFill fill, const GrPoint* translate) argument
347 supportsAA(GrDrawTarget* target, const SkPath& path, GrPathFill fill) argument
[all...]
/external/kernel-headers/original/linux/netfilter/
H A Dx_tables.h47 struct xt_target *target; member in struct:xt_entry_target::__anon5819::__anon5821
59 struct xt_entry_target target; member in struct:xt_standard_target
75 /* For standard target */
209 unsigned int (*target)(struct sk_buff **pskb, member in struct:xt_target
213 const struct xt_target *target,
223 const struct xt_target *target,
229 void (*destroy)(const struct xt_target *target, void *targinfo,
233 int (*compat)(void *target, void **dstptr, int *size, int convert);
291 extern int xt_register_target(struct xt_target *target);
292 extern void xt_unregister_target(struct xt_target *target);
359 compat_uptr_t target; member in struct:compat_xt_entry_target::__anon5825::__anon5827
[all...]
/external/webkit/Source/WebKit/mac/DefaultDelegates/
H A DWebDefaultContextMenuDelegate.mm55 - (NSMenuItem *)menuItemWithTag:(int)tag target:(id)target representedObject:(id)representedObject
59 [menuItem setTarget:target]; // can be nil
158 [menuItems addObject:[self menuItemWithTag:WebMenuItemTagSearchInSpotlight target:nil representedObject:element]];
160 NSMenuItem *lookupMenuItem = [self menuItemWithTag:WebMenuItemTagLookUpInDictionary target:nil representedObject:element];
166 [menuItems addObject:[self menuItemWithTag:WebMenuItemTagSearchWeb target:nil representedObject:element]];
170 [menuItems addObject:[self menuItemWithTag:WebMenuItemTagLookUpInDictionary target:nil representedObject:element]];
174 [menuItems addObject:[self menuItemWithTag:WebMenuItemTagCopy target:nil representedObject:element]];
178 [menuItems addObject:[self menuItemWithTag:WebMenuItemTagGoBack target:wv representedObject:element]];
181 [menuItems addObject:[self menuItemWithTag:WebMenuItemTagGoForward target
[all...]
/external/webkit/Tools/DumpRenderTree/qt/
H A Dfonts.conf8 <match target="pattern">
20 <match target="pattern">
32 <match target="pattern">
124 <match target="pattern">
135 <match target="pattern">
146 <match target="pattern">
157 <match target="pattern">
168 <match target="pattern">
179 <match target="pattern">
190 <match target
[all...]
/external/webkit/Source/WebCore/html/canvas/
H A DWebGLTexture.cpp56 void WebGLTexture::setTarget(GC3Denum target, GC3Dint maxLevel) argument
63 switch (target) {
65 m_target = target;
70 m_target = target;
135 void WebGLTexture::setLevelInfo(GC3Denum target, GC3Dint level, GC3Denum internalFormat, GC3Dsizei width, GC3Dsizei height, GC3Denum type) argument
141 int index = mapTargetToIndex(target);
172 GC3Denum WebGLTexture::getInternalFormat(GC3Denum target, GC3Dint level) const argument
174 const LevelInfo* info = getLevelInfo(target, level);
180 GC3Denum WebGLTexture::getType(GC3Denum target, GC3Dint level) const argument
182 const LevelInfo* info = getLevelInfo(target, leve
188 getWidth(GC3Denum target, GC3Dint level) const argument
196 getHeight(GC3Denum target, GC3Dint level) const argument
342 getLevelInfo(GC3Denum target, GC3Dint level) const argument
[all...]
/external/icu4c/test/cintltst/
H A Dccurrtst.c102 UChar source[2], target[2]; local
125 u_strcpy(target, currency[j]);
140 compareResult = ucol_strcoll(c, source, u_strlen(source), target, u_strlen(target));
148 sortklen=ucol_getSortKey(c, target, u_strlen(target), NULL, 0);
150 ucol_getSortKey(c, target, u_strlen(target), sortKey2, sortklen+1);
157 reportCResult( source, target, sortKey1, sortKey2, compareResult, keyResult, compareResult, expectedResult );
H A Dccolltst.h27 void reportCResult( const UChar source[], const UChar target[],
34 UChar* appendCompareResult(UCollationResult result, UChar* target);
/external/chromium/base/
H A Dtimer_unittest.cc178 DelayTimerTarget target; local
180 TimeDelta::FromMilliseconds(1), &target, &DelayTimerTarget::Signal);
187 ASSERT_FALSE(target.signaled());
193 DelayTimerTarget target; local
195 TimeDelta::FromMilliseconds(1), &target, &DelayTimerTarget::Signal);
203 ASSERT_TRUE(target.signaled());
208 DelayTimerTarget* target)
210 target_(target) {
227 DelayTimerTarget target; local
229 TimeDelta::FromMilliseconds(50), &target,
207 ResetHelper(base::DelayTimer<DelayTimerTarget>* timer, DelayTimerTarget* target) argument
259 DelayTimerFatalTarget target; local
[all...]
/external/replicaisland/src/com/replica/replicaisland/
H A DGLErrorLogger.java71 public void glBindTexture(int target, int texture) { argument
72 ((GL10)mGL).glBindTexture(target, texture);
138 public void glCompressedTexImage2D(int target, int level, argument
141 ((GL10)mGL).glCompressedTexImage2D(target, level,
146 public void glCompressedTexSubImage2D(int target, int level, argument
149 ((GL10)mGL).glCompressedTexSubImage2D( target, level,
155 public void glCopyTexImage2D(int target, int level, int internalformat, argument
157 ((GL10)mGL).glCopyTexImage2D( target, level, internalformat,
163 public void glCopyTexSubImage2D(int target, int level, int xoffset, argument
165 ((GL10)mGL).glCopyTexSubImage2D( target, leve
324 glHint(int target, int mode) argument
484 glMultiTexCoord4f(int target, float s, float t, float r, float q) argument
490 glMultiTexCoord4x(int target, int s, int t, int r, int q) argument
628 glTexEnvf(int target, int pname, float param) argument
633 glTexEnvfv(int target, int pname, FloatBuffer params) argument
638 glTexEnvfv(int target, int pname, float[] params, int offset) argument
643 glTexEnvx(int target, int pname, int param) argument
648 glTexEnvxv(int target, int pname, IntBuffer params) argument
653 glTexEnvxv(int target, int pname, int[] params, int offset) argument
658 glTexImage2D(int target, int level, int internalformat, int width, int height, int border, int format, int type, Buffer pixels) argument
667 glTexParameterf(int target, int pname, float param) argument
672 glTexParameterx(int target, int pname, int param) argument
677 glTexSubImage2D(int target, int level, int xoffset, int yoffset, int width, int height, int format, int type, Buffer pixels) argument
788 glGetBufferParameteriv(int target, int pname, IntBuffer params) argument
795 glGetBufferParameteriv(int target, int pname, int[] params, int offset) argument
913 glGetTexParameterfv(int target, int pname, FloatBuffer params) argument
920 glGetTexParameterfv(int target, int pname, float[] params, int offset) argument
927 glGetTexParameteriv(int target, int pname, IntBuffer params) argument
932 glGetTexParameteriv(int target, int pname, int[] params, int offset) argument
939 glGetTexParameterxv(int target, int pname, IntBuffer params) argument
944 glGetTexParameterxv(int target, int pname, int[] params, int offset) argument
1014 glTexEnvi(int target, int pname, int param) argument
1019 glTexEnviv(int target, int pname, IntBuffer params) argument
1024 glTexEnviv(int target, int pname, int[] params, int offset) argument
1029 glTexParameterfv(int target, int pname, FloatBuffer params) argument
1034 glTexParameterfv(int target, int pname, float[] params, int offset) argument
1041 glTexParameteri(int target, int pname, int param) argument
1046 glTexParameteriv(int target, int pname, IntBuffer params) argument
1051 glTexParameteriv(int target, int pname, int[] params, int offset) argument
1054 glTexParameterxv(int target, int pname, IntBuffer params) argument
1059 glTexParameterxv(int target, int pname, int[] params, int offset) argument
[all...]
/external/chromium/chrome/browser/resources/options/
H A Dlanguage_list.js224 * Computes the target item of drop event.
229 var target = e.target;
230 // e.target may be an inner element of the list item
231 while (target != null && !(target instanceof ListItem)) {
232 target = target.parentNode;
234 return target;
243 var target
[all...]
/external/icu4c/samples/
H A DMakefile53 target=`echo $@ | sed s/-recursive//`; \
55 echo "$(MAKE)[$(MAKELEVEL)]: Making \`$$target' in \`$$subdir'"; \
58 local_target="$$target-local"; \
60 local_target="$$target"; \
65 $(MAKE) "$$target-local" || exit; \
70 target=`echo $@ | sed s/-recursive//`; \
/external/protobuf/src/google/protobuf/stubs/
H A Dsubstitute.cc112 char* target = string_as_array(output) + original_size; local
117 memcpy(target, src->data(), src->size());
118 target += src->size();
121 *target++ = '$';
125 *target++ = format[i];
129 GOOGLE_DCHECK_EQ(target - output->data(), output->size());
/external/webkit/Source/WebKit/chromium/src/
H A DExtensions3DChromium.cpp75 void Extensions3DChromium::renderbufferStorageMultisample(unsigned long target, unsigned long samples, unsigned long internalformat, unsigned long width, unsigned long height) argument
77 m_internal->renderbufferStorageMultisampleCHROMIUM(target, samples, internalformat, width, height);
80 void* Extensions3DChromium::mapBufferSubDataCHROMIUM(unsigned target, int offset, int size, unsigned access) argument
82 return m_internal->mapBufferSubDataCHROMIUM(target, offset, size, access);
90 void* Extensions3DChromium::mapTexSubImage2DCHROMIUM(unsigned target, int level, int xoffset, int yoffset, int width, int height, unsigned format, unsigned type, unsigned access) argument
92 return m_internal->mapTexSubImage2DCHROMIUM(target, level, xoffset, yoffset, width, height, format, type, access);
/external/webkit/Source/WebKit2/UIProcess/qt/
H A DTiledDrawingAreaTileQt.cpp111 IntRect target = intersection(rect, m_rect); local
112 IntRect source((target.x() - m_rect.x()),
113 (target.y() - m_rect.y()),
114 target.width(),
115 target.height());
117 context->platformContext()->drawPixmap(target, m_buffer, source);
/external/webkit/Source/WebKit/mac/Plugins/
H A Dnpapi.mm82 NPError NPN_GetURLNotify(NPP instance, const char* URL, const char* target, void* notifyData)
84 return [pluginViewForInstance(instance) getURLNotify:URL target:target notifyData:notifyData];
87 NPError NPN_GetURL(NPP instance, const char* URL, const char* target)
89 return [pluginViewForInstance(instance) getURL:URL target:target];
92 NPError NPN_PostURLNotify(NPP instance, const char* URL, const char* target, uint32_t len, const char* buf, NPBool file, void* notifyData)
94 return [pluginViewForInstance(instance) postURLNotify:URL target:target len:len buf:buf file:file notifyData:notifyData];
97 NPError NPN_PostURL(NPP instance, const char* URL, const char* target, uint32_
[all...]
/external/chromium/sdch/open-vcdiff/vsprojects/
H A Dvcdiff_test.bat53 -dictionary %DICTIONARY_FILE% -target %TARGET_FILE% -delta %DELTA_FILE% ^
58 rem vcdiff with all three arguments. Verify that output file matches target file
61 -target %TARGET_FILE% ^
67 -target %OUTPUT_TARGET_FILE% ^
71 || ( echo Decoded target does not match original ^
80 rem vcdiff using stdin/stdout. Verify that output file matches target file
93 || ( echo Decoded target does not match original ^
103 -target %TARGET_FILE% ^
113 || ( echo Decoded target does not match original ^
128 -target
[all...]
/external/apache-http/src/org/apache/http/conn/routing/
H A DHttpRoute.java53 /** The target host to connect to. */
85 * @param target the host to which to route
96 HttpHost target, HttpHost[] proxies,
99 if (target == null) {
114 this.targetHost = target;
126 * @param target the host to which to route
136 public HttpRoute(HttpHost target, InetAddress local, HttpHost[] proxies, argument
138 this(local, target, toChain(proxies), secure, tunnelled, layered);
145 * @param target the host to which to route
159 public HttpRoute(HttpHost target, InetAddres argument
95 HttpRoute(InetAddress local, HttpHost target, HttpHost[] proxies, boolean secure, TunnelType tunnelled, LayerType layered) argument
175 HttpRoute(HttpHost target, InetAddress local, boolean secure) argument
185 HttpRoute(HttpHost target) argument
203 HttpRoute(HttpHost target, InetAddress local, HttpHost proxy, boolean secure) argument
[all...]
/external/guava/src/com/google/common/base/
H A DPredicates.java172 * tested {@code equals()} the given target or both are null.
174 public static <T> Predicate<T> equalTo(@Nullable T target) { argument
176 return (target == null)
178 : new IsEqualToPredicate<T>(target);
205 * @param target the collection that may contain the function input
207 public static <T> Predicate<T> in(Collection<? extends T> target) { argument
208 return new InPredicate<T>(target);
352 private final T target; field in class:Predicates.IsEqualToPredicate
354 private IsEqualToPredicate(T target) { argument
355 this.target
432 private final Collection<?> target; field in class:Predicates.InPredicate
434 InPredicate(Collection<?> target) argument
[all...]
/external/protobuf/src/google/protobuf/
H A Dextension_set_heavy.cc303 uint8* target) const {
308 target = iter->second.SerializeFieldWithCachedSizesToArray(iter->first,
309 target);
311 return target;
315 uint8* target) const {
318 target = iter->second.SerializeMessageSetItemWithCachedSizesToArray(
319 iter->first, target);
321 return target;
325 int number, uint8* target) const {
328 if (cached_size == 0) return target;
[all...]
/external/icu4c/common/
H A Ducnvscsu.c234 UChar *target; local
251 target=pArgs->target;
289 while(source<sourceLimit && target<targetLimit && (b=*source)>=0x20) {
294 *target++=(UChar)b;
302 *target++=(UChar)c;
308 *target++=(UChar)(0xd7c0+(c>>10));
309 if(target<targetLimit) {
310 *target++=(UChar)(0xdc00|(c&0x3ff));
316 /* target overflo
588 UChar *target; local
1013 uint8_t *target; local
1506 uint8_t *target; local
[all...]
H A Dustr_cnv.c133 UChar *target = ucs1; local
139 &target,
151 if(target < (ucs1+n)) { /* U_BUFFER_OVERFLOW_ERROR isn't an err, just means no termination will happen. */
152 *target = 0; /* terminate */
205 char *target = s1; local
211 &target,
223 if(target < (s1+n)) { /* U_BUFFER_OVERFLOW_ERROR isn't an err, just means no termination will happen. */
224 *target = 0; /* terminate */
/external/clang/test/CodeGenCXX/
H A Dblocks.cpp28 const loc target = { 5, 6 }; local
29 out = ^{ (void) target; };
/external/freetype/include/freetype/
H A Dftbitmap.h82 /* target :: A handle to the target bitmap. */
90 FT_Bitmap *target);
113 /* bitmap :: A handle to the target bitmap. */
151 /* target :: The target bitmap. */
168 FT_Bitmap *target,
/external/guava/src/com/google/common/collect/
H A DImmutableAsList.java38 @Override public boolean contains(Object target) { argument
41 return collection.contains(target);

Completed in 3285 milliseconds

1234567891011>>